| /expo/packages/expo-gl/build/ |
| H A D | GLView.web.d.ts | 5 onContextCreate: (gl: WebGLRenderingContext) => void; 6 onContextRestored?: (gl?: WebGLRenderingContext) => void; 13 gl?: WebGLRenderingContext; 14 static createContextAsync(): Promise<WebGLRenderingContext | null>; 15 static destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean>; 16 …static takeSnapshotAsync(gl: WebGLRenderingContext, options?: SnapshotOptions): Promise<GLSnapshot…
|
| H A D | GLView.web.js.map | 1 …WebGLRenderingContext {\n gl.endFrameEXP = function glEndFrameEXP(): void {};\n\n if (!gl['_expo…
|
| H A D | GLView.types.js.map | 1 … * The function is passed a single argument `gl` that extends a [WebGLRenderingContext](https://w…
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.web.tsx | 34 function asExpoContext(gl: ExpoWebGLRenderingContext): WebGLRenderingContext { 61 ): WebGLRenderingContext { 83 onContextCreate: (gl: WebGLRenderingContext) => void; 84 onContextRestored?: (gl?: WebGLRenderingContext) => void; 92 gl: WebGLRenderingContext, 122 gl?: WebGLRenderingContext; 124 static async createContextAsync(): Promise<WebGLRenderingContext | null> { 135 static async destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean> { 141 gl: WebGLRenderingContext, 196 private getGLContextOrReject(): WebGLRenderingContext { [all …]
|
| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.h | 20 WebGLRenderingContext, enumerator
|
| H A D | EXWebGLRenderer.cpp | 47 runtime, EXWebGLClass::WebGLRenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer() 83 case EXWebGLClass::WebGLRenderingContext: in getConstructorName() 186 inheritFromJsObject(EXWebGLClass::WebGLRenderingContext); in ensurePrototypes() 189 …untime, jsi::PropNameID::forUtf8(runtime, getConstructorName(EXWebGLClass::WebGLRenderingContext))) in ensurePrototypes()
|
| H A D | EXWebGLMethods.def | 3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.h | 20 WebGLRenderingContext, enumerator
|
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 47 runtime, ABI47_0_0EXWebGLClass::WebGLRenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer() 90 case ABI47_0_0EXWebGLClass::WebGLRenderingContext: in getConstructorName() 193 inheritFromJsObject(ABI47_0_0EXWebGLClass::WebGLRenderingContext); in ensurePrototypes() 196 …si::PropNameID::forUtf8(runtime, getConstructorName(ABI47_0_0EXWebGLClass::WebGLRenderingContext))) in ensurePrototypes()
|
| H A D | ABI47_0_0EXWebGLMethods.def | 3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXWebGLRenderer.h | 20 WebGLRenderingContext, enumerator
|
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 47 runtime, ABI48_0_0EXWebGLClass::WebGLRenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer() 90 case ABI48_0_0EXWebGLClass::WebGLRenderingContext: in getConstructorName() 193 inheritFromJsObject(ABI48_0_0EXWebGLClass::WebGLRenderingContext); in ensurePrototypes() 196 …si::PropNameID::forUtf8(runtime, getConstructorName(ABI48_0_0EXWebGLClass::WebGLRenderingContext))) in ensurePrototypes()
|
| H A D | ABI48_0_0EXWebGLMethods.def | 3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXWebGLRenderer.h | 20 WebGLRenderingContext, enumerator
|
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 47 runtime, ABI49_0_0EXWebGLClass::WebGLRenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer() 83 case ABI49_0_0EXWebGLClass::WebGLRenderingContext: in getConstructorName() 186 inheritFromJsObject(ABI49_0_0EXWebGLClass::WebGLRenderingContext); in ensurePrototypes() 189 …si::PropNameID::forUtf8(runtime, getConstructorName(ABI49_0_0EXWebGLClass::WebGLRenderingContext))) in ensurePrototypes()
|
| H A D | ABI49_0_0EXWebGLMethods.def | 3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
|
| /expo/apps/test-suite/tests/ |
| H A D | GLView.js | 51 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext 193 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext
|
| /expo/apps/test-suite/ |
| H A D | TestModules.js | 13 !!window.WebGLRenderingContext &&
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | gl-view.mdx | 92 Any WebGL-supporting library that expects a [WebGLRenderingContext](https://www.khronos.org/registr… 190 …[`texImage2D()`](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | gl-view.mdx | 92 Any WebGL-supporting library that expects a [WebGLRenderingContext](https://www.khronos.org/registr… 186 …[`texImage2D()`](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | gl-view.mdx | 92 Any WebGL-supporting library that expects a [WebGLRenderingContext](https://www.khronos.org/registr… 190 …[`texImage2D()`](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | gl-view.mdx | 92 Any WebGL-supporting library that expects a [WebGLRenderingContext](https://www.khronos.org/registr… 186 …[`texImage2D()`](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | gl-view.mdx | 92 Any WebGL-supporting library that expects a [WebGLRenderingContext](https://www.khronos.org/registr… 186 …[`texImage2D()`](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D…
|