Searched refs:onContextRestored (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-gl/build/ |
| H A D | GLView.web.d.ts | 6 onContextRestored?: (gl?: WebGLRenderingContext) => void; 22 private onContextRestored;
|
| H A D | GLView.web.js | 112 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 D | GLView.web.js.map | 1 …onContextRestored?: (gl?: WebGLRenderingContext) => void;\n onContextLost?: () => void;\n webglC…
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.web.tsx | 84 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);
|