Home
last modified time | relevance | path

Searched refs:WaitClient (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp362 EGLBoolean EGLAPIENTRY WaitClient(void);
477 return egl::WaitClient(); in eglWaitClient()
547 return egl::WaitClient(); in eglWaitGL()
688 this->eglWaitClient = egl::WaitClient; in LibEGLexports()
DlibEGL.cpp598 EGLBoolean EGLAPIENTRY WaitClient(void) in WaitClient() function
/third_party/mesa3d/src/egl/main/
Degldriver.h124 EGLBoolean (*WaitClient)(_EGLDisplay *disp, _EGLContext *ctx); member
Deglapi.c1538 ret = disp->Driver->WaitClient(disp, ctx); in _eglWaitClientCommon()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp589 EGL_EVENT(WaitClient, ""); in EGL_WaitClient()
593 ANGLE_EGL_VALIDATE(thread, WaitClient, nullptr, EGLBoolean); in EGL_WaitClient()
595 return WaitClient(thread); in EGL_WaitClient()
Degl_stubs_autogen.h160 EGLBoolean WaitClient(Thread *thread);
Degl_stubs.cpp673 EGLBoolean WaitClient(Thread *thread) in WaitClient() function
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncTest.cpp239 TEST_P(EGLSyncTest, WaitClient) in TEST_P() argument
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3719 .WaitClient = dri2_wait_client,
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1687 - egl: drop unused \_EGLDriver from WaitClient()