Home
last modified time | relevance | path

Searched defs:createSyncKHR (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFunctions.inl23 eglCreateSyncKHRFunc createSyncKHR; variable
DeglwFuncPtrLibraryImpl.inl92 EGLSyncKHR FuncPtrLibrary::createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) … function in FuncPtrLibrary
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp448 EGLSyncKHR FunctionsEGL::createSyncKHR(EGLenum type, const EGLint *attrib_list) const in createSyncKHR() function in rx::FunctionsEGL
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosNativeDisplay.cpp158 eglw::EGLSyncKHR OhosLibrary::createSyncKHR(eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::E… in createSyncKHR() function in OhosLibrary
/third_party/vk-gl-cts/modules/egl/
DteglSyncTests.cpp89 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ; typedef in deqp::egl::SyncTest