Searched refs:EXGLContextCreate (Results 1 – 14 of 14) sorted by relevance
10 public static native int EXGLContextCreate(); in EXGLContextCreate() method in EXGL
29 EXGLContextId EXGLContextCreate();
7 EXGLContextId EXGLContextCreate() { in EXGLContextCreate() function
20 return EXGLContextCreate(); in Java_expo_modules_gl_cpp_EXGL_EXGLContextCreate()
27 return EXGLContextCreate();
83 mEXGLCtxId = EXGLContextCreate(); in initialize()
84 mEXGLCtxId = EXGLContextCreate(); in initialize()
95 mEXGLCtxId = EXGLContextCreate(); in initialize()
236 // exglCtxId may be unset if we get here (on the UI thread) before EXGLContextCreate(...) is
75 self->_contextId = EXGLContextCreate();