| /expo/packages/expo-gl/build/ |
| H A D | GLView.js | 113 async destroyObjectAsync(glObject) { method in GLView 114 if (!ExponentGLObjectManager.destroyObjectAsync) { 117 return await ExponentGLObjectManager.destroyObjectAsync(glObject.id);
|
| H A D | GLView.d.ts | 48 destroyObjectAsync(glObject: WebGLObject): Promise<boolean>;
|
| H A D | GLView.web.d.ts | 28 destroyObjectAsync(glObject: WebGLObject): Promise<void>;
|
| H A D | GLView.web.js | 186 async destroyObjectAsync(glObject) { method in GLView
|
| H A D | GLView.js.map | 1 …destroyObjectAsync(glObject: WebGLObject): Promise<boolean> {\n if (!ExponentGLObjectManager.de…
|
| H A D | GLView.web.js.map | 1 … public async destroyObjectAsync(glObject: WebGLObject): Promise<void> {\n throw new Unavailab…
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.tsx | 180 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 D | GLView.web.tsx | 270 public async destroyObjectAsync(glObject: WebGLObject): Promise<void> { 271 throw new UnavailabilityError('GLView', 'destroyObjectAsync');
|
| /expo/packages/expo-gl/ios/ |
| H A D | EXGLObjectManager.mm | 133 EX_EXPORT_METHOD_AS(destroyObjectAsync, 134 destroyObjectAsync:(nonnull NSNumber *)exglObjId
|
| /expo/ios/versioned/sdk47/EXGL/ios/EXGL/ |
| H A D | ABI47_0_0EXGLObjectManager.mm | 132 ABI47_0_0EX_EXPORT_METHOD_AS(destroyObjectAsync, 133 destroyObjectAsync:(nonnull NSNumber *)exglObjId
|
| /expo/ios/versioned/sdk49/ExpoGL/ios/ |
| H A D | ABI49_0_0EXGLObjectManager.mm | 133 ABI49_0_0EX_EXPORT_METHOD_AS(destroyObjectAsync, 134 destroyObjectAsync:(nonnull NSNumber *)exglObjId
|
| /expo/ios/versioned/sdk48/ExpoGL/ios/ |
| H A D | ABI48_0_0EXGLObjectManager.mm | 132 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 D | GLObjectManagerModule.java | 56 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 D | GLObjectManagerModule.java | 56 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 D | GLObjectManagerModule.java | 56 public void destroyObjectAsync(final int exglObjId, final Promise promise) { in destroyObjectAsync() method in GLObjectManagerModule
|