Home
last modified time | relevance | path

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

/expo/packages/expo-gl/android/src/main/cpp/
H A DEXGLJniApi.cpp29 jmethodID flushMethodRef = env->GetMethodID(GLContextClass, "flush", "()V"); in Java_expo_modules_gl_cpp_EXGL_EXGLContextPrepare() local
31 std::function<void(void)> flushMethod = [glContextRef, flushMethodRef] { in Java_expo_modules_gl_cpp_EXGL_EXGLContextPrepare()
32 threadLocalEnv->CallVoidMethod(glContextRef, flushMethodRef); in Java_expo_modules_gl_cpp_EXGL_EXGLContextPrepare()