Home
last modified time | relevance | path

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

/expo/packages/expo-gl/build/
H A DGLView.d.ts30 static destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean>;
H A DGLView.web.d.ts15 static destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean>;
H A DGLView.js38 static async destroyContextAsync(exgl) { method in GLView
41 return ExponentGLObjectManager.destroyContextAsync(exglCtxId);
H A DGLView.web.js86 static async destroyContextAsync(exgl) { method in GLView
H A DGLView.js.map1destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean> {\n const exgl…
H A DGLView.web.js.map1 …* 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 DGLObjectManagerModule.java134 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 DGLObjectManagerModule.java134 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 DGLObjectManagerModule.java134 public void destroyContextAsync(final int exglCtxId, final Promise promise) { in destroyContextAsync() method in GLObjectManagerModule
/expo/packages/expo-gl/src/
H A DGLView.tsx66 static async destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean> {
69 return ExponentGLObjectManager.destroyContextAsync(exglCtxId);
H A DGLView.web.tsx135 static async destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean> {
/expo/packages/expo-gl/ios/
H A DEXGLObjectManager.mm116 EX_EXPORT_METHOD_AS(destroyContextAsync, category
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLObjectManager.mm115 ABI47_0_0EX_EXPORT_METHOD_AS(destroyContextAsync, category
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLObjectManager.mm116 ABI49_0_0EX_EXPORT_METHOD_AS(destroyContextAsync, category
/expo/ios/versioned/sdk48/ExpoGL/ios/
H A DABI48_0_0EXGLObjectManager.mm115 ABI48_0_0EX_EXPORT_METHOD_AS(destroyContextAsync, category