Searched refs:ExponentGLObjectManager (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-gl/build/ |
| H A D | GLView.js | 6 const ExponentGLObjectManager = requireNativeModule('ExponentGLObjectManager'); constant 30 const { exglCtxId } = await ExponentGLObjectManager.createContextAsync(); 41 return ExponentGLObjectManager.destroyContextAsync(exglCtxId); 51 return ExponentGLObjectManager.takeSnapshotAsync(exglCtxId, options); 101 if (!ExponentGLObjectManager.createCameraTextureAsync) { 109 …const { exglObjId } = await ExponentGLObjectManager.createCameraTextureAsync(exglCtxId, cameraTag); 114 if (!ExponentGLObjectManager.destroyObjectAsync) { 117 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
|
| H A D | GLView.js.map | 1 …ExponentGLObjectManager = requireNativeModule('ExponentGLObjectManager');\nconst { ExponentGLViewM…
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.tsx | 29 const ExponentGLObjectManager = requireNativeModule('ExponentGLObjectManager'); 57 const { exglCtxId } = await ExponentGLObjectManager.createContextAsync(); 69 return ExponentGLObjectManager.destroyContextAsync(exglCtxId); 83 return ExponentGLObjectManager.takeSnapshotAsync(exglCtxId, options); 161 if (!ExponentGLObjectManager.createCameraTextureAsync) { 172 const { exglObjId } = await ExponentGLObjectManager.createCameraTextureAsync( 181 if (!ExponentGLObjectManager.destroyObjectAsync) { 184 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
|
| /expo/packages/expo-gl/ios/ |
| H A D | EXGLObjectManager.mm | 26 return @"ExponentGLObjectManager"; 86 …reject(@"E_GL_BAD_VIEW_TAG", nil, EXErrorWithMessage(@"ExponentGLObjectManager.takeSnapshotAsync: … 110 …EXErrorWithMessage(@"ExponentGLObjectManager.createContextAsync: Unexpected error occurred when in… 153 …reject(@"E_GL_BAD_VIEW_TAG", nil, EXErrorWithMessage(@"ExponentGLObjectManager.createCameraTexture… 157 …reject(@"E_GL_BAD_CAMERA_VIEW_TAG", nil, EXErrorWithMessage(@"ExponentGLObjectManager.createCamera…
|
| /expo/ios/versioned/sdk47/EXGL/ios/EXGL/ |
| H A D | ABI47_0_0EXGLObjectManager.mm | 26 return @"ExponentGLObjectManager"; 86 …reject(@"E_GL_BAD_VIEW_TAG", nil, ABI47_0_0EXErrorWithMessage(@"ExponentGLObjectManager.takeSnapsh… 109 …ABI47_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createContextAsync: Unexpected error occurre… 152 …reject(@"E_GL_BAD_VIEW_TAG", nil, ABI47_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createCame… 156 …(@"E_GL_BAD_CAMERA_VIEW_TAG", nil, ABI47_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createCam…
|
| /expo/ios/versioned/sdk49/ExpoGL/ios/ |
| H A D | ABI49_0_0EXGLObjectManager.mm | 26 return @"ExponentGLObjectManager"; 86 …reject(@"E_GL_BAD_VIEW_TAG", nil, ABI49_0_0EXErrorWithMessage(@"ExponentGLObjectManager.takeSnapsh… 110 …ABI49_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createContextAsync: Unexpected error occurre… 153 …reject(@"E_GL_BAD_VIEW_TAG", nil, ABI49_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createCame… 157 …(@"E_GL_BAD_CAMERA_VIEW_TAG", nil, ABI49_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createCam…
|
| /expo/ios/versioned/sdk48/ExpoGL/ios/ |
| H A D | ABI48_0_0EXGLObjectManager.mm | 26 return @"ExponentGLObjectManager"; 86 …reject(@"E_GL_BAD_VIEW_TAG", nil, ABI48_0_0EXErrorWithMessage(@"ExponentGLObjectManager.takeSnapsh… 109 …ABI48_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createContextAsync: Unexpected error occurre… 152 …reject(@"E_GL_BAD_VIEW_TAG", nil, ABI48_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createCame… 156 …(@"E_GL_BAD_CAMERA_VIEW_TAG", nil, ABI48_0_0EXErrorWithMessage(@"ExponentGLObjectManager.createCam…
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 460 ExponentGLObjectManager: [ property
|