Home
last modified time | relevance | path

Searched refs:WebGLObject (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-gl/src/
H A Dtypes.ts6 export interface WebGLObject {} interface
9 declare let WebGLObject: { variable
10 prototype: WebGLObject;
11 new (): WebGLObject;
H A DGLView.tsx23 export type WebGLObject = {
180 async destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {
H A DGLView.web.tsx7 import { WebGLObject } from './GLView';
270 public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {
/expo/packages/expo-gl/build/
H A Dtypes.js.map1WebGLObject was removed from lib.dom.ts in v4.2 - copied from the old lib.dom.ts\n// ref: https://…
H A DGLView.d.ts3 export type WebGLObject = { alias
48 destroyObjectAsync(glObject: WebGLObject): Promise<boolean>;
H A DGLView.web.d.ts2 import { WebGLObject } from './GLView';
28 destroyObjectAsync(glObject: WebGLObject): Promise<void>;
H A Dtypes.d.ts4 export interface WebGLObject { interface
H A DGLView.js.map1WebGLObject = {\n id: number;\n};\n\ndeclare let global: any;\n\nconst ExponentGLObjectManager = …
H A DGLView.web.js.map1WebGLObject } from './GLView';\nimport {\n GLViewProps,\n ExpoWebGLRenderingContext,\n GLSnapsh…
/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.h22 WebGLObject, enumerator
H A DEXWebGLRenderer.cpp87 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 DABI47_0_0EXWebGLRenderer.h22 WebGLObject, enumerator
H A DABI47_0_0EXWebGLRenderer.cpp94 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 DABI48_0_0EXWebGLRenderer.h22 WebGLObject, enumerator
H A DABI48_0_0EXWebGLRenderer.cpp94 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 DABI49_0_0EXWebGLRenderer.h22 WebGLObject, enumerator
H A DABI49_0_0EXWebGLRenderer.cpp87 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()