Home
last modified time | relevance | path

Searched refs:ExponentGLObjectManager (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.js6 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 DGLView.js.map1ExponentGLObjectManager = requireNativeModule('ExponentGLObjectManager');\nconst { ExponentGLViewM…
/expo/packages/expo-gl/src/
H A DGLView.tsx29 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 DEXGLObjectManager.mm26 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 DABI47_0_0EXGLObjectManager.mm26 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 DABI49_0_0EXGLObjectManager.mm26 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 DABI48_0_0EXGLObjectManager.mm26 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 DexpoModules.js460 ExponentGLObjectManager: [ property