Home
last modified time | relevance | path

Searched refs:eglCreateSync (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary15.inl18 { "eglCreateSync", (deFunctionPtr)eglCreateSync },
DeglwInitCore.inl18 dst->createSync = (eglCreateSyncFunc) loader->get("eglCreateSync");
DeglwApi.inl22 #define eglCreateSync eglwCreateSync macro
/external/mesa3d/src/egl/
Degl-symbols-check25 eglCreateSync
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.lds16 eglCreateSync;
Dmain.cpp610 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_l… in eglCreateSync() function
DlibEGL.cpp1483 FUNCTION(eglCreateSync), in GetProcAddress()
/external/mesa3d/src/egl/main/
Deglentrypoint.h23 EGL_ENTRYPOINT(eglCreateSync)
Deglapi.c1848 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync() function
/external/mesa3d/include/EGL/
Degl.h287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_lis…
/external/swiftshader/include/EGL/
Degl.h287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_lis…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl22 eglw::EGLSync eglCreateSync (eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGL…
DegluCallLogWrapper.inl172 eglw::EGLSync CallLogWrapper::eglCreateSync (eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::… function in CallLogWrapper
175 …m_log << TestLog::Message << "eglCreateSync(" << dpy << ", " << toHex(type) << ", " << attrib_list…
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl51 "eglCreateSync",