Home
last modified time | relevance | path

Searched refs:eglDestroySync (Results 1 – 23 of 23) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary15.inl23 { "eglDestroySync", (deFunctionPtr)eglDestroySync },
DeglwInitCore.inl23 dst->destroySync = (eglDestroySyncFunc) loader->get("eglDestroySync");
DeglwApi.inl29 #define eglDestroySync eglwDestroySync macro
/external/mesa3d/src/egl/
Degl-symbols.txt18 eglDestroySync
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.lds21 eglDestroySync;
Dmain.cpp630 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySync() function
DlibEGL.cpp1562 FUNCTION(eglDestroySync), in GetProcAddress()
/external/mesa3d/src/egl/main/
Deglentrypoint.h33 EGL_ENTRYPOINT(eglDestroySync)
Deglapi.c1943 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() function
/external/angle/src/libEGL/
DlibEGL_autogen.def59 eglDestroySync
DlibEGL_autogen.cpp358 EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() function
/external/angle/util/
Degl_loader_autogen.h54 #define eglDestroySync l_eglDestroySync macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h54 #define eglDestroySync t_eglDestroySync macro
/external/swiftshader/include/EGL/
Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl29 eglw::EGLBoolean eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync);
DegluCallLogWrapper.inl242 eglw::EGLBoolean CallLogWrapper::eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync) function in CallLogWrapper
245 …m_log << TestLog::Message << "eglDestroySync(" << dpy << ", " << sync << ");" << TestLog::EndMessa…
/external/angle/include/EGL/
Degl.h326 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
/external/mesa3d/include/EGL/
Degl.h345 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl53 "eglDestroySync",
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h466 #define eglDestroySync EGLEW_GET_FUN(__eglewDestroySync) macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h1338 #define eglDestroySync epoxy_eglDestroySync macro
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c5062 GEN_THUNKS_RET(EGLBoolean, eglDestroySync, (EGLDisplay dpy, EGLSync sync), (dpy, sync))
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17759 …r = ((eglDestroySync = (PFNEGLDESTROYSYNCPROC)glewGetProcAddress((const GLubyte*)"eglDestroySync")… in _glewInit_EGL_VERSION_1_5()