Home
last modified time | relevance | path

Searched defs:EXGLContextPrepareWorklet (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-gl/android/src/main/java/expo/modules/gl/cpp/
H A DEXGL.java12 public static native void EXGLContextPrepareWorklet(int exglCtxId); in EXGLContextPrepareWorklet() method in EXGL
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/cpp/
H A DEXGL.java12 public static native void EXGLContextPrepareWorklet(int exglCtxId); in EXGLContextPrepareWorklet() method in EXGL
/expo/packages/expo-gl/common/
H A DEXGLNativeApi.cpp21 void EXGLContextPrepareWorklet(EXGLContextId exglCtxId) { in EXGLContextPrepareWorklet() function