Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h35 {"eglWaitClient", (void *)eglWaitClient},
Degl_dispatch.h37 eglWaitClient_t eglWaitClient; member
82 …t_eglWaitClient(eglWaitClient_t f) { eglWaitClient_t retval = eglWaitClient; eglWaitClient = f; re… in set_eglWaitClient()
Degl.cpp139 EGLBoolean eglWaitClient() in eglWaitClient() function
141 return getDispatch()->eglWaitClient(); in eglWaitClient()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h37 eglWaitClient_t eglWaitClient; member
DEGLDispatch.cpp51 s_egl.eglWaitClient = (eglWaitClient_t) lib->findSymbol("eglWaitClient"); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp861 return eglWaitClient(); in eglWaitGL()
915 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void) { in eglWaitClient() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java498 eglWaitClient(468, 2031), enumConstant
991 case 2031: return eglWaitClient; in valueOf()