Searched refs:eglCreateSync (Results 1 - 13 of 13) sorted by relevance
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 28 eglCreateSync.xhtml \
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_egl_loader_autogen.h | 53 #define eglCreateSync t_eglCreateSync macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | egl_loader_autogen.h | 53 #define eglCreateSync l_eglCreateSync macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 325 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 325 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 325 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 346 EGLSync EGLAPIENTRY eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 620 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync() function
|
H A D | libEGL.cpp | 1555 FUNCTION(eglCreateSync), in GetProcAddress()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 621 auto ret = eglCreateSync(dpy, type, reinterpret_cast<const EGLAttrib *>(attrib_list)); in OH_createSync()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1845 /* There exist two EGLAttrib variants of eglCreateSync*: in _eglCreateSync() 1846 * eglCreateSync64KHR which requires EGL_KHR_cl_event2, and eglCreateSync in _eglCreateSync() 1939 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync() function
|
Completed in 19 milliseconds