/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.txt | 18 eglDestroySync
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.lds | 21 eglDestroySync;
|
D | main.cpp | 630 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySync() function
|
D | libEGL.cpp | 1562 FUNCTION(eglDestroySync), in GetProcAddress()
|
/external/mesa3d/src/egl/main/ |
D | eglentrypoint.h | 33 EGL_ENTRYPOINT(eglDestroySync)
|
D | eglapi.c | 1943 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() function
|
/external/angle/src/libEGL/ |
D | libEGL_autogen.def | 59 eglDestroySync
|
D | libEGL_autogen.cpp | 358 EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() function
|
/external/angle/util/ |
D | egl_loader_autogen.h | 54 #define eglDestroySync l_eglDestroySync macro
|
/external/angle/src/tests/restricted_traces/ |
D | trace_egl_loader_autogen.h | 54 #define eglDestroySync t_eglDestroySync macro
|
/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/angle/include/EGL/ |
D | egl.h | 326 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
|
/external/mesa3d/include/EGL/ |
D | egl.h | 345 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 53 "eglDestroySync",
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | eglew.h | 466 #define eglDestroySync EGLEW_GET_FUN(__eglewDestroySync) macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 1338 #define eglDestroySync epoxy_eglDestroySync macro
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | egl_generated_dispatch.c | 5062 GEN_THUNKS_RET(EGLBoolean, eglDestroySync, (EGLDisplay dpy, EGLSync sync), (dpy, sync))
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 17759 …r = ((eglDestroySync = (PFNEGLDESTROYSYNCPROC)glewGetProcAddress((const GLubyte*)"eglDestroySync")… in _glewInit_EGL_VERSION_1_5()
|