Searched refs:eglDestroySync (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary15.inl | 23 { "eglDestroySync", (deFunctionPtr)eglDestroySync },
|
D | eglwInitCore.inl | 23 dst->destroySync = (eglDestroySyncFunc) loader->get("eglDestroySync");
|
D | eglwApi.inl | 29 #define eglDestroySync eglwDestroySync macro
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 30 eglDestroySync
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.lds | 21 eglDestroySync;
|
D | main.cpp | 620 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySync() function
|
D | libEGL.cpp | 1490 FUNCTION(eglDestroySync), in GetProcAddress()
|
/external/mesa3d/src/egl/main/ |
D | eglentrypoint.h | 33 EGL_ENTRYPOINT(eglDestroySync)
|
D | eglapi.c | 1875 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() function
|
/external/mesa3d/include/EGL/ |
D | egl.h | 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
|
/external/swiftshader/include/EGL/ |
D | egl.h | 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 29 eglw::EGLBoolean eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync);
|
D | egluCallLogWrapper.inl | 242 eglw::EGLBoolean CallLogWrapper::eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync) function in CallLogWrapper 245 …m_log << TestLog::Message << "eglDestroySync(" << dpy << ", " << sync << ");" << TestLog::EndMessa…
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 53 "eglDestroySync",
|