Searched refs:flushMethodRef (Results 1 – 1 of 1) sorted by relevance
29 jmethodID flushMethodRef = env->GetMethodID(GLContextClass, "flush", "()V"); in Java_expo_modules_gl_cpp_EXGL_EXGLContextPrepare() local31 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()