Home
last modified time | relevance | path

Searched refs:WebGLRenderingContext (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.web.d.ts5 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 DGLView.web.js.map1WebGLRenderingContext {\n gl.endFrameEXP = function glEndFrameEXP(): void {};\n\n if (!gl['_expo…
H A DGLView.types.js.map1 … * The function is passed a single argument `gl` that extends a [WebGLRenderingContext](https://w…
/expo/packages/expo-gl/src/
H A DGLView.web.tsx34 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 DEXWebGLRenderer.h20 WebGLRenderingContext, enumerator
H A DEXWebGLRenderer.cpp47 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 DEXWebGLMethods.def3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLRenderer.h20 WebGLRenderingContext, enumerator
H A DABI47_0_0EXWebGLRenderer.cpp47 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 DABI47_0_0EXWebGLMethods.def3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLRenderer.h20 WebGLRenderingContext, enumerator
H A DABI48_0_0EXWebGLRenderer.cpp47 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 DABI48_0_0EXWebGLMethods.def3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXWebGLRenderer.h20 WebGLRenderingContext, enumerator
H A DABI49_0_0EXWebGLRenderer.cpp47 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 DABI49_0_0EXWebGLMethods.def3 // https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
/expo/apps/test-suite/tests/
H A DGLView.js51 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext
193 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext
/expo/apps/test-suite/
H A DTestModules.js13 !!window.WebGLRenderingContext &&
/expo/docs/pages/versions/unversioned/sdk/
H A Dgl-view.mdx92 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 Dgl-view.mdx92 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 Dgl-view.mdx92 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 Dgl-view.mdx92 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 Dgl-view.mdx92 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…