Home
last modified time | relevance | path

Searched refs:endFrameEXP (Results 1 – 25 of 40) sorted by relevance

12

/expo/apps/native-component-list/src/screens/GL/
H A DClearToBlueScreen.tsx7 gl.endFrameEXP();
H A DPIXIBasicScreen.tsx19 app.ticker.add(() => gl.endFrameEXP());
H A DGLThreeSpriteScreen.tsx29 gl.current.endFrameEXP();
77 gl.current.endFrameEXP();
H A DGLThreeDepthStencilBufferScreen.tsx115 gl.endFrameEXP();
120 gl.endFrameEXP();
H A DPIXISpriteScreen.tsx21 app.ticker.add(() => gl.endFrameEXP());
H A DGLThreeComposerScreen.tsx91 gl.current.endFrameEXP();
97 gl.current.endFrameEXP();
H A DBasicTextureScreen.tsx79 gl.endFrameEXP();
H A DGLViewScreen.tsx139 gl.endFrameEXP();
H A DGLMaskScreen.tsx113 gl.endFrameEXP();
H A DGLSnapshotsScreen.tsx67 gl.endFrameEXP();
H A DGLCameraScreen.tsx122 gl.endFrameEXP();
/expo/apps/test-suite/tests/
H A DGLView.js87 expect(typeof context.endFrameEXP).toBe('function');
93 gl.endFrameEXP();
133 gl.endFrameEXP();
185 gl.endFrameEXP();
/expo/packages/expo-gl/build/
H A DGLView.types.d.ts63 endFrameEXP(): void; method
H A DGLView.web.js19 gl.endFrameEXP = function glEndFrameEXP() { }; function
/expo/packages/expo-gl/src/
H A DGLView.types.ts71 endFrameEXP(): void; method
/expo/packages/expo-processing/
H A Dindex.js62 gl.endFrameEXP();
/expo/packages/expo-gl/ios/
H A DEXGLView.mm246 // This happens exactly at `gl.endFrameEXP()` in the queue
298 // blit framebuffers if endFrameEXP was called
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLView.mm246 // This happens exactly at `gl.endFrameEXP()` in the queue
298 // blit framebuffers if endFrameEXP was called
/expo/ios/versioned/sdk48/ExpoGL/ios/
H A DABI48_0_0EXGLView.mm246 // This happens exactly at `gl.endFrameEXP()` in the queue
298 // blit framebuffers if endFrameEXP was called
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLView.mm246 // This happens exactly at `gl.endFrameEXP()` in the queue
298 // blit framebuffers if endFrameEXP was called
/expo/docs/pages/versions/unversioned/sdk/
H A Dgl-view.mdx79 gl.endFrameEXP();
165 An additional method `gl.endFrameEXP()` is present, which notifies the context that the current fra…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dgl-view.mdx79 gl.endFrameEXP();
161 An additional method `gl.endFrameEXP()` is present, which notifies the context that the current fra…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dgl-view.mdx79 gl.endFrameEXP();
165 An additional method `gl.endFrameEXP()` is present, which notifies the context that the current fra…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dgl-view.mdx79 gl.endFrameEXP();
161 An additional method `gl.endFrameEXP()` is present, which notifies the context that the current fra…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dgl-view.mdx79 gl.endFrameEXP();
161 An additional method `gl.endFrameEXP()` is present, which notifies the context that the current fra…

12