Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h49 {"eglWaitGL", (void *)eglWaitGL},
Degl_dispatch.h51 eglWaitGL_t eglWaitGL; member
96 …eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return r… in set_eglWaitGL()
Degl.cpp209 EGLBoolean eglWaitGL() in eglWaitGL() function
211 return getDispatch()->eglWaitGL(); in eglWaitGL()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h51 eglWaitGL_t eglWaitGL; member
DEGLDispatch.cpp65 s_egl.eglWaitGL = (eglWaitGL_t) lib->findSymbol("eglWaitGL"); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp858 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void) { in eglWaitGL() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java485 eglWaitGL(455, 2018), enumConstant
978 case 2018: return eglWaitGL; in valueOf()