Home
last modified time | relevance | path

Searched refs:onContextRestored (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.web.d.ts6 onContextRestored?: (gl?: WebGLRenderingContext) => void;
22 private onContextRestored;
H A DGLView.web.js112 this.canvas.removeEventListener('webglcontextrestored', this.onContextRestored);
116 …const { onContextCreate, onContextRestored, onContextLost, webglContextAttributes, msaaSamples, na…
125 this.onContextRestored();
144 onContextRestored = () => { field in GLView
169 this.canvas.addEventListener('webglcontextrestored', this.onContextRestored);
H A DGLView.web.js.map1onContextRestored?: (gl?: WebGLRenderingContext) => void;\n onContextLost?: () => void;\n webglC…
/expo/packages/expo-gl/src/
H A DGLView.web.tsx84 onContextRestored?: (gl?: WebGLRenderingContext) => void;
168 this.canvas.removeEventListener('webglcontextrestored', this.onContextRestored);
175 onContextRestored,
192 this.onContextRestored();
218 private onContextRestored = (): void => {
247 this.canvas.addEventListener('webglcontextrestored', this.onContextRestored);