Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp389 EGLSyncKHR EGLAPIENTRY CreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
617 return egl::CreateSyncKHR(dpy, type, attrib_list); in eglCreateSyncKHR()
709 this->eglCreateSyncKHR = egl::CreateSyncKHR; in LibEGLexports()
DlibEGL.cpp1404 EGLSyncKHR EGLAPIENTRY CreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in CreateSyncKHR() function
/third_party/mesa3d/src/egl/main/
Degldriver.h139 _EGLSync *(*CreateSyncKHR)(_EGLDisplay *disp, EGLenum type, member
Deglapi.c1881 sync = disp->Driver->CreateSyncKHR(disp, type, attrib_list); in _eglCreateSync()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs_autogen.h61 EGLSyncKHR CreateSyncKHR(Thread *thread,
Dentry_points_egl_ext_autogen.cpp785 EGL_EVENT(CreateSyncKHR, in EGL_CreateSyncKHR()
794 ANGLE_EGL_VALIDATE(thread, CreateSyncKHR, GetDisplayIfValid(dpyPacked), EGLSyncKHR, dpyPacked, in EGL_CreateSyncKHR()
797 return CreateSyncKHR(thread, dpyPacked, type, attrib_listPacked); in EGL_CreateSyncKHR()
Degl_ext_stubs.cpp106 EGLSyncKHR CreateSyncKHR(Thread *thread, in CreateSyncKHR() function
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3730 .CreateSyncKHR = dri2_create_sync,