Home
last modified time | relevance | path

Searched refs:WebGL2RenderingContext (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.types.d.ts61 export interface ExpoWebGLRenderingContext extends WebGL2RenderingContext {
H A DGLView.types.js.map1 …@docsMissing\nexport interface ExpoWebGLRenderingContext extends WebGL2RenderingContext {\n conte…
/expo/packages/expo-gl/src/
H A DGLView.types.ts69 export interface ExpoWebGLRenderingContext extends WebGL2RenderingContext {
/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.h21 WebGL2RenderingContext, enumerator
H A DEXWebGLRenderer.cpp44 runtime, EXWebGLClass::WebGL2RenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer()
85 case EXWebGLClass::WebGL2RenderingContext: in getConstructorName()
198 inheritFromJsObject(EXWebGLClass::WebGL2RenderingContext); in ensurePrototypes()
201 …ntime, jsi::PropNameID::forUtf8(runtime, getConstructorName(EXWebGLClass::WebGL2RenderingContext))) in ensurePrototypes()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLRenderer.h21 WebGL2RenderingContext, enumerator
H A DABI47_0_0EXWebGLRenderer.cpp44 runtime, ABI47_0_0EXWebGLClass::WebGL2RenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer()
92 case ABI47_0_0EXWebGLClass::WebGL2RenderingContext: in getConstructorName()
205 inheritFromJsObject(ABI47_0_0EXWebGLClass::WebGL2RenderingContext); in ensurePrototypes()
208 …i::PropNameID::forUtf8(runtime, getConstructorName(ABI47_0_0EXWebGLClass::WebGL2RenderingContext))) in ensurePrototypes()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLRenderer.h21 WebGL2RenderingContext, enumerator
H A DABI48_0_0EXWebGLRenderer.cpp44 runtime, ABI48_0_0EXWebGLClass::WebGL2RenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer()
92 case ABI48_0_0EXWebGLClass::WebGL2RenderingContext: in getConstructorName()
205 inheritFromJsObject(ABI48_0_0EXWebGLClass::WebGL2RenderingContext); in ensurePrototypes()
208 …i::PropNameID::forUtf8(runtime, getConstructorName(ABI48_0_0EXWebGLClass::WebGL2RenderingContext))) in ensurePrototypes()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXWebGLRenderer.h21 WebGL2RenderingContext, enumerator
H A DABI49_0_0EXWebGLRenderer.cpp44 runtime, ABI49_0_0EXWebGLClass::WebGL2RenderingContext, {static_cast<double>(ctx->ctxId)}) in createWebGLRenderer()
85 case ABI49_0_0EXWebGLClass::WebGL2RenderingContext: in getConstructorName()
198 inheritFromJsObject(ABI49_0_0EXWebGLClass::WebGL2RenderingContext); in ensurePrototypes()
201 …i::PropNameID::forUtf8(runtime, getConstructorName(ABI49_0_0EXWebGLClass::WebGL2RenderingContext))) in ensurePrototypes()
/expo/apps/test-suite/tests/
H A DGLView.js51 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext
193 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext
/expo/docs/pages/versions/unversioned/sdk/
H A Dgl-view.mdx161 …to the OpenGL ES context, providing a WebGL API. It resembles a [WebGL2RenderingContext](https://w…
163 … whether the device supports WebGL2 it's recommended to use `gl instanceof WebGL2RenderingContext`.
167 The following WebGL2RenderingContext methods are currently unimplemented:
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dgl-view.mdx157 …to the OpenGL ES context, providing a WebGL API. It resembles a [WebGL2RenderingContext](https://w…
159 … whether the device supports WebGL2 it's recommended to use `gl instanceof WebGL2RenderingContext`.
163 The following WebGL2RenderingContext methods are currently unimplemented:
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dgl-view.mdx161 …to the OpenGL ES context, providing a WebGL API. It resembles a [WebGL2RenderingContext](https://w…
163 … whether the device supports WebGL2 it's recommended to use `gl instanceof WebGL2RenderingContext`.
167 The following WebGL2RenderingContext methods are currently unimplemented:
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dgl-view.mdx157 …to the OpenGL ES context, providing a WebGL API. It resembles a [WebGL2RenderingContext](https://w…
159 … whether the device supports WebGL2 it's recommended to use `gl instanceof WebGL2RenderingContext`.
163 The following WebGL2RenderingContext methods are currently unimplemented:
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dgl-view.mdx157 …to the OpenGL ES context, providing a WebGL API. It resembles a [WebGL2RenderingContext](https://w…
159 … whether the device supports WebGL2 it's recommended to use `gl instanceof WebGL2RenderingContext`.
163 The following WebGL2RenderingContext methods are currently unimplemented:
/expo/docs/components/plugins/api/
H A DAPISectionUtils.tsx178 WebGL2RenderingContext: 'https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext',