Searched refs:glObject (Results 1 – 12 of 12) sorted by relevance
57 GLObject glObject = mGLObjects.get(exglObjId); in destroyObjectAsync() local58 if (glObject != null) { in destroyObjectAsync()60 glObject.destroy(); in destroyObjectAsync()
28 val glObject = mGLObjects[exglObjId] in <lambda>() constant32 glObject.destroy() in <lambda>()
48 destroyObjectAsync(glObject: WebGLObject): Promise<boolean>;
28 destroyObjectAsync(glObject: WebGLObject): Promise<void>;
113 async destroyObjectAsync(glObject) { argument117 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
186 async destroyObjectAsync(glObject) { argument
1 …glObject: WebGLObject): Promise<boolean> {\n if (!ExponentGLObjectManager.destroyObjectAsync) {…
1 … 'createCameraTextureAsync');\n }\n\n public async destroyObjectAsync(glObject: WebGLObject): Pr…
180 async destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {184 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
270 public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {