| /expo/packages/expo-gl/build/ |
| H A D | GLView.d.ts | 30 static destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean>;
|
| H A D | GLView.web.d.ts | 15 static destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean>;
|
| H A D | GLView.js | 38 static async destroyContextAsync(exgl) { method in GLView 41 return ExponentGLObjectManager.destroyContextAsync(exglCtxId);
|
| H A D | GLView.web.js | 86 static async destroyContextAsync(exgl) { method in GLView
|
| H A D | GLView.js.map | 1 …destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean> {\n const exgl…
|
| H A D | GLView.web.js.map | 1 …* scale;\n return ensureContext(canvas);\n }\n\n static async destroyContextAsync(exgl?: WebG…
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/ |
| H A D | GLObjectManagerModule.java | 134 public void destroyContextAsync(final int exglCtxId, final Promise promise) { in destroyContextAsync() 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 | 134 public void destroyContextAsync(final int exglCtxId, final Promise promise) { in destroyContextAsync() 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 | 134 public void destroyContextAsync(final int exglCtxId, final Promise promise) { in destroyContextAsync() method in GLObjectManagerModule
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.tsx | 66 static async destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean> { 69 return ExponentGLObjectManager.destroyContextAsync(exglCtxId);
|
| H A D | GLView.web.tsx | 135 static async destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean> {
|
| /expo/packages/expo-gl/ios/ |
| H A D | EXGLObjectManager.mm | 116 EX_EXPORT_METHOD_AS(destroyContextAsync, category
|
| /expo/ios/versioned/sdk47/EXGL/ios/EXGL/ |
| H A D | ABI47_0_0EXGLObjectManager.mm | 115 ABI47_0_0EX_EXPORT_METHOD_AS(destroyContextAsync, category
|
| /expo/ios/versioned/sdk49/ExpoGL/ios/ |
| H A D | ABI49_0_0EXGLObjectManager.mm | 116 ABI49_0_0EX_EXPORT_METHOD_AS(destroyContextAsync, category
|
| /expo/ios/versioned/sdk48/ExpoGL/ios/ |
| H A D | ABI48_0_0EXGLObjectManager.mm | 115 ABI48_0_0EX_EXPORT_METHOD_AS(destroyContextAsync, category
|