Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h35 {"eglWaitClient", (void *)eglWaitClient},
Degl.cpp543 eglWaitClient(); in swapBuffers()
552 eglWaitClient(); in swapBuffers()
1305 EGLBoolean eglWaitClient() in eglWaitClient() function
2158 eglWaitClient(); in eglCreateSyncKHR()
/device/generic/goldfish-opengl/tests/gles_android_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.cpp390 EGLBoolean eglWaitClient() in eglWaitClient() function
392 return getDispatch()->eglWaitClient(); in eglWaitClient()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h45 eglWaitClient_wrapper_proc_t eglWaitClient; member
Degl.lds57 eglWaitClient;
Degl_wrapper_entry.cpp40 EGLBoolean eglWaitClient();
248 EGLBoolean eglWaitClient() in eglWaitClient() function
251 return ctx->eglWaitClient(); in eglWaitClient()
Degl_wrapper_context.cpp45 eglWaitClient = (eglWaitClient_wrapper_proc_t) getProc("eglWaitClient", userData); in initDispatchByName()
Degl.in35 GL_ENTRY(EGLBoolean, eglWaitClient, void)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries42 EGLBoolean eglWaitClient(void);
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);