| /expo/packages/expo-gl/build/ |
| H A D | GLView.types.d.ts | 61 export interface ExpoWebGLRenderingContext extends WebGL2RenderingContext {
|
| H A D | GLView.types.js.map | 1 …@docsMissing\nexport interface ExpoWebGLRenderingContext extends WebGL2RenderingContext {\n conte…
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.types.ts | 69 export interface ExpoWebGLRenderingContext extends WebGL2RenderingContext {
|
| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.h | 21 WebGL2RenderingContext, enumerator
|
| H A D | EXWebGLRenderer.cpp | 44 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 D | ABI47_0_0EXWebGLRenderer.h | 21 WebGL2RenderingContext, enumerator
|
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 44 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 D | ABI48_0_0EXWebGLRenderer.h | 21 WebGL2RenderingContext, enumerator
|
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 44 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 D | ABI49_0_0EXWebGLRenderer.h | 21 WebGL2RenderingContext, enumerator
|
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 44 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 D | GLView.js | 51 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext 193 context instanceof WebGLRenderingContext || context instanceof WebGL2RenderingContext
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | gl-view.mdx | 161 …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 D | gl-view.mdx | 157 …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 D | gl-view.mdx | 161 …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 D | gl-view.mdx | 157 …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 D | gl-view.mdx | 157 …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 D | APISectionUtils.tsx | 178 WebGL2RenderingContext: 'https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext',
|