Home
last modified time | relevance | path

Searched refs:glObject (Results 1 – 12 of 12) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java57 GLObject glObject = mGLObjects.get(exglObjId); in destroyObjectAsync() local
58 if (glObject != null) { in destroyObjectAsync()
60 glObject.destroy(); in destroyObjectAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java57 GLObject glObject = mGLObjects.get(exglObjId); in destroyObjectAsync() local
58 if (glObject != null) { in destroyObjectAsync()
60 glObject.destroy(); in destroyObjectAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java57 GLObject glObject = mGLObjects.get(exglObjId); in destroyObjectAsync() local
58 if (glObject != null) { in destroyObjectAsync()
60 glObject.destroy(); in destroyObjectAsync()
/expo/packages/expo-gl/android/src/main/java/expo/modules/gl/
H A DGLObjectManagerModule.kt28 val glObject = mGLObjects[exglObjId] in <lambda>() constant
32 glObject.destroy() in <lambda>()
/expo/packages/expo-gl/build/
H A DGLView.d.ts48 destroyObjectAsync(glObject: WebGLObject): Promise<boolean>;
H A DGLView.web.d.ts28 destroyObjectAsync(glObject: WebGLObject): Promise<void>;
H A DGLView.js113 async destroyObjectAsync(glObject) { argument
117 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
H A DGLView.web.js186 async destroyObjectAsync(glObject) { argument
H A DGLView.js.map1glObject: WebGLObject): Promise<boolean> {\n if (!ExponentGLObjectManager.destroyObjectAsync) {…
H A DGLView.web.js.map1 … 'createCameraTextureAsync');\n }\n\n public async destroyObjectAsync(glObject: WebGLObject): Pr…
/expo/packages/expo-gl/src/
H A DGLView.tsx180 async destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {
184 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
H A DGLView.web.tsx270 public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {