Home
last modified time | relevance | path

Searched refs:eglDestroySyncKHR (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def45 eglDestroySyncKHR
DlibEGL.lds56 eglDestroySyncKHR;
DlibEGL.hpp65 EGLBoolean (*eglDestroySyncKHR)(EGLDisplay dpy, EGLSyncKHR sync); member in LibEGLexports
Dmain.cpp615 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
700 this->eglDestroySyncKHR = egl::DestroySyncKHR; in LibEGLexports()
DlibEGL.cpp1491 FUNCTION(eglDestroySyncKHR), in GetProcAddress()
/external/deqp/framework/egl/wrapper/
DeglwInitExtensions.inl12 dst->destroySyncKHR = (eglDestroySyncKHRFunc) loader->get("eglDestroySyncKHR");
DeglwApi.inl30 #define eglDestroySyncKHR eglwDestroySyncKHR macro
/external/mesa3d/src/egl/main/
Deglentrypoint.h34 EGL_ENTRYPOINT(eglDestroySyncKHR)
Deglapi.c1884 eglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in eglDestroySyncKHR() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds209 eglDestroySyncKHR;
DlibGLES_CM.def208 eglDestroySyncKHR
Dmain.cpp526 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
528 return libEGL->eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl30 eglw::EGLBoolean eglDestroySyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync);
DegluCallLogWrapper.inl252 eglw::EGLBoolean CallLogWrapper::eglDestroySyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync) function in CallLogWrapper
255 …m_log << TestLog::Message << "eglDestroySyncKHR(" << dpy << ", " << sync << ");" << TestLog::EndMe…
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl591 "eglDestroySyncKHR",
629 "eglDestroySyncKHR",
/external/mesa3d/include/EGL/
Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
/external/swiftshader/include/EGL/
Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);