Home
last modified time | relevance | path

Searched refs:destroyObjectAsync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.js113 async destroyObjectAsync(glObject) { method in GLView
114 if (!ExponentGLObjectManager.destroyObjectAsync) {
117 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
H A DGLView.d.ts48 destroyObjectAsync(glObject: WebGLObject): Promise<boolean>;
H A DGLView.web.d.ts28 destroyObjectAsync(glObject: WebGLObject): Promise<void>;
H A DGLView.web.js186 async destroyObjectAsync(glObject) { method in GLView
H A DGLView.js.map1destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {\n if (!ExponentGLObjectManager.de…
H A DGLView.web.js.map1 … public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {\n throw new Unavailab…
/expo/packages/expo-gl/src/
H A DGLView.tsx180 async destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {
181 if (!ExponentGLObjectManager.destroyObjectAsync) {
182 throw new UnavailabilityError('expo-gl', 'destroyObjectAsync');
184 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
H A DGLView.web.tsx270 public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {
271 throw new UnavailabilityError('GLView', 'destroyObjectAsync');
/expo/packages/expo-gl/ios/
H A DEXGLObjectManager.mm133 EX_EXPORT_METHOD_AS(destroyObjectAsync,
134 destroyObjectAsync:(nonnull NSNumber *)exglObjId
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLObjectManager.mm132 ABI47_0_0EX_EXPORT_METHOD_AS(destroyObjectAsync,
133 destroyObjectAsync:(nonnull NSNumber *)exglObjId
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLObjectManager.mm133 ABI49_0_0EX_EXPORT_METHOD_AS(destroyObjectAsync,
134 destroyObjectAsync:(nonnull NSNumber *)exglObjId
/expo/ios/versioned/sdk48/ExpoGL/ios/
H A DABI48_0_0EXGLObjectManager.mm132 ABI48_0_0EX_EXPORT_METHOD_AS(destroyObjectAsync,
133 destroyObjectAsync:(nonnull NSNumber *)exglObjId
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java56 public void destroyObjectAsync(final int exglObjId, final Promise promise) { in destroyObjectAsync() method in GLObjectManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java56 public void destroyObjectAsync(final int exglObjId, final Promise promise) { in destroyObjectAsync() method in GLObjectManagerModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java56 public void destroyObjectAsync(final int exglObjId, final Promise promise) { in destroyObjectAsync() method in GLObjectManagerModule