Searched refs:EXGLContextNeedsRedraw (Results 1 – 13 of 13) sorted by relevance
21 public static native boolean EXGLContextNeedsRedraw(int exglCtxId); in EXGLContextNeedsRedraw() method in EXGL
42 bool EXGLContextNeedsRedraw(EXGLContextId exglCtxId);
28 bool EXGLContextNeedsRedraw(EXGLContextId exglCtxId) { in EXGLContextNeedsRedraw() function
83 return EXGLContextNeedsRedraw(exglCtxId); in Java_expo_modules_gl_cpp_EXGL_EXGLContextNeedsRedraw()
93 return EXGLContextNeedsRedraw(exglCtxId);
128 if (!isHeadless() && EXGLContextNeedsRedraw(mEXGLCtxId)) { in flush()
129 if (!isHeadless() && EXGLContextNeedsRedraw(mEXGLCtxId)) { in flush()
116 if (!isHeadless() && EXGLContextNeedsRedraw(mEXGLCtxId)) { in flush()
299 if (EXGLContextNeedsRedraw(_glContext.contextId)) {