| /expo/packages/expo-gl/src/ |
| H A D | types.ts | 6 export interface WebGLObject {} interface 9 declare let WebGLObject: { variable 10 prototype: WebGLObject; 11 new (): WebGLObject;
|
| H A D | GLView.tsx | 23 export type WebGLObject = { 180 async destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {
|
| H A D | GLView.web.tsx | 7 import { WebGLObject } from './GLView'; 270 public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {
|
| /expo/packages/expo-gl/build/ |
| H A D | types.js.map | 1 …WebGLObject was removed from lib.dom.ts in v4.2 - copied from the old lib.dom.ts\n// ref: https://…
|
| H A D | GLView.d.ts | 3 export type WebGLObject = { alias 48 destroyObjectAsync(glObject: WebGLObject): Promise<boolean>;
|
| H A D | GLView.web.d.ts | 2 import { WebGLObject } from './GLView'; 28 destroyObjectAsync(glObject: WebGLObject): Promise<void>;
|
| H A D | types.d.ts | 4 export interface WebGLObject { interface
|
| H A D | GLView.js.map | 1 …WebGLObject = {\n id: number;\n};\n\ndeclare let global: any;\n\nconst ExponentGLObjectManager = …
|
| H A D | GLView.web.js.map | 1 …WebGLObject } from './GLView';\nimport {\n GLViewProps,\n ExpoWebGLRenderingContext,\n GLSnapsh…
|
| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.h | 22 WebGLObject, enumerator
|
| H A D | EXWebGLRenderer.cpp | 87 case EXWebGLClass::WebGLObject: in getConstructorName() 209 inheritFromJsObject(EXWebGLClass::WebGLObject); in ensurePrototypes() 215 jsi::PropNameID::forUtf8(runtime, getConstructorName(EXWebGLClass::WebGLObject))) in ensurePrototypes()
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.h | 22 WebGLObject, enumerator
|
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 94 case ABI47_0_0EXWebGLClass::WebGLObject: in getConstructorName() 216 inheritFromJsObject(ABI47_0_0EXWebGLClass::WebGLObject); in ensurePrototypes() 222 … jsi::PropNameID::forUtf8(runtime, getConstructorName(ABI47_0_0EXWebGLClass::WebGLObject))) in ensurePrototypes()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXWebGLRenderer.h | 22 WebGLObject, enumerator
|
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 94 case ABI48_0_0EXWebGLClass::WebGLObject: in getConstructorName() 216 inheritFromJsObject(ABI48_0_0EXWebGLClass::WebGLObject); in ensurePrototypes() 222 … jsi::PropNameID::forUtf8(runtime, getConstructorName(ABI48_0_0EXWebGLClass::WebGLObject))) in ensurePrototypes()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXWebGLRenderer.h | 22 WebGLObject, enumerator
|
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 87 case ABI49_0_0EXWebGLClass::WebGLObject: in getConstructorName() 209 inheritFromJsObject(ABI49_0_0EXWebGLClass::WebGLObject); in ensurePrototypes() 215 … jsi::PropNameID::forUtf8(runtime, getConstructorName(ABI49_0_0EXWebGLClass::WebGLObject))) in ensurePrototypes()
|