Home
last modified time | relevance | path

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

/expo/packages/expo-gl/build/
H A DGLView.js39 const exglCtxId = getContextId(exgl);
50 const exglCtxId = getContextId(exgl);
148 const getContextId = (exgl) => { function
H A DGLView.js.map1getContextId(exgl);\n unregisterGLContext(exglCtxId);\n return ExponentGLObjectManager.destr…
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/gl/
H A DGLView.java90 return mGLContext.getContextId(); in getEXGLCtxId()
100 event.putInt("exglCtxId", mGLContext.getContextId()); in initializeSurfaceInGLContext()
H A DGLObjectManagerModule.java48 mGLContextMap.put(glContext.getContextId(), glContext); in saveContext()
127 results.putInt("exglCtxId", glContext.getContextId()); in createContextAsync()
H A DGLCameraObject.java111 super(glContext.getContextId()); in GLCameraObject()
H A DGLContext.java58 public int getContextId() { in getContextId() method in GLContext
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java48 mGLContextMap.put(glContext.getContextId(), glContext); in saveContext()
127 results.putInt("exglCtxId", glContext.getContextId()); in createContextAsync()
H A DGLCameraObject.java111 super(glContext.getContextId()); in GLCameraObject()
H A DGLContext.java59 public int getContextId() { in getContextId() method in GLContext
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/gl/
H A DGLObjectManagerModule.java48 mGLContextMap.put(glContext.getContextId(), glContext); in saveContext()
127 results.putInt("exglCtxId", glContext.getContextId()); in createContextAsync()
H A DGLCameraObject.java111 super(glContext.getContextId()); in GLCameraObject()
H A DGLContext.java58 public int getContextId() { in getContextId() method in GLContext
/expo/packages/expo-gl/src/
H A DGLView.tsx67 const exglCtxId = getContextId(exgl);
82 const exglCtxId = getContextId(exgl);
225 const getContextId = (exgl?: ExpoWebGLRenderingContext | number): number => {
/expo/packages/expo-gl/android/src/main/java/expo/modules/gl/
H A DGLCameraObject.java111 super(glContext.getContextId()); in GLCameraObject()
H A DGLContext.java58 public int getContextId() { in getContextId() method in GLContext