Home
last modified time | relevance | path

Searched defs:EXGLContextFlush (Results 1 – 5 of 5) sorted by relevance

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