Home
last modified time | relevance | path

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

12

/external/angle/src/tests/egl_tests/
DEGLSyncTest.cpp67 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, sync)); in TEST_P()
75 EXPECT_EGL_FALSE(eglDestroySyncKHR(display, reinterpret_cast<EGLSyncKHR>(20))); in TEST_P()
123 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, sync)); in TEST_P()
160 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, sync)); in TEST_P()
197 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, sync)); in TEST_P()
235 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, sync)); in TEST_P()
315 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, syncWithGeneratedFD)); in TEST_P()
346 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, syncWithGeneratedFD)); in TEST_P()
411 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, syncWithDupFD)); in TEST_P()
423 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, syncWithGeneratedFD)); in TEST_P()
[all …]
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def45 eglDestroySyncKHR
DlibEGL.lds56 eglDestroySyncKHR;
DlibEGL.hpp65 EGLBoolean (EGLAPIENTRY* eglDestroySyncKHR)(EGLDisplay dpy, EGLSyncKHR sync);
Dmain.cpp625 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
710 this->eglDestroySyncKHR = egl::DestroySyncKHR; in LibEGLexports()
DlibEGL.cpp1563 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)
/external/angle/src/libEGL/
DlibEGL_autogen.def139 eglDestroySyncKHR
DlibEGL_autogen.cpp699 EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Degl_sync.cc81 reinterpret_cast<decltype(&eglDestroySyncKHR)>( in Invalidate()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def208 eglDestroySyncKHR
DlibGLES_CM.lds209 eglDestroySyncKHR;
Dmain.cpp526 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
528 return libEGL->eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
/external/virglrenderer/src/
Dvrend_winsys_egl.c261 eglDestroySyncKHR(egl->egl_display, egl->signaled_fence); in virgl_egl_destroy()
567 eglDestroySyncKHR(egl->egl_display, fence); in virgl_egl_fence_destroy()
/external/angle/util/
Degl_loader_autogen.h101 #define eglDestroySyncKHR l_eglDestroySyncKHR macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h101 #define eglDestroySyncKHR t_eglDestroySyncKHR macro
/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/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp229 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->destroySyncKHRPtr, eglDestroySyncKHR); in initialize()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl591 "eglDestroySyncKHR",
629 "eglDestroySyncKHR",
/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp770 EXPECT_EGL_TRUE(eglDestroySyncKHR(dpy, sync)); in TEST_P()
/external/swiftshader/include/EGL/
Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
/external/mesa3d/include/EGL/
Deglext.h158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);

12