Home
last modified time | relevance | path

Searched defs:EXGLContextNeedsRedraw (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.java21 public static native boolean EXGLContextNeedsRedraw(int exglCtxId); in EXGLContextNeedsRedraw() method in EXGL
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/gl/cpp/
H A DEXGL.java21 public static native boolean EXGLContextNeedsRedraw(int exglCtxId); in EXGLContextNeedsRedraw() method in EXGL
/expo/packages/expo-gl/android/src/main/java/expo/modules/gl/cpp/
H A DEXGL.java21 public static native boolean EXGLContextNeedsRedraw(int exglCtxId); in EXGLContextNeedsRedraw() method in EXGL
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/cpp/
H A DEXGL.java21 public static native boolean EXGLContextNeedsRedraw(int exglCtxId); in EXGLContextNeedsRedraw() method in EXGL
/expo/packages/expo-gl/common/
H A DEXGLNativeApi.cpp28 bool EXGLContextNeedsRedraw(EXGLContextId exglCtxId) { in EXGLContextNeedsRedraw() function