Searched refs:eglWaitGL (Results 1 - 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
H A Degl_ftable.h49 {"eglWaitGL", (void *)eglWaitGL},
H A Degl.cpp1267 return eglWaitGL();
1866 EGLBoolean eglWaitGL() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl_ftable.h49 {"eglWaitGL", (void *)eglWaitGL},
H A Degl_dispatch.h51 eglWaitGL_t eglWaitGL; member in struct:egl_dispatch
96 eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return retval;}
H A Degl.cpp550 EGLBoolean eglWaitGL() function
552 return getDispatch()->eglWaitGL();
/device/generic/goldfish-opengl/system/include/EGL/
H A Degl.h310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);

Completed in 14 milliseconds