Home
last modified time | relevance | path

Searched refs:unlockSurfaceKHR (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwInitExtensions.inl19 dst->unlockSurfaceKHR = (eglUnlockSurfaceKHRFunc) loader->get("eglUnlockSurfaceKHR");
DeglwFunctions.inl59 eglUnlockSurfaceKHRFunc unlockSurfaceKHR; variable
DeglwFuncPtrLibraryImpl.inl272 EGLBoolean FuncPtrLibrary::unlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface) const function in FuncPtrLibrary
274 return m_egl.unlockSurfaceKHR(dpy, surface);
DeglwImplExt.inl116 return egl->unlockSurfaceKHR(dpy, surface);
DeglwFuncPtrLibraryDecl.inl59 EGLBoolean unlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface) const;
DeglwLibrary.inl59 virtual EGLBoolean unlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface) const …
/external/angle/src/libANGLE/
DSurface.h154 egl::Error unlockSurfaceKHR(const egl::Display *display);
DSurface.cpp873 egl::Error Surface::unlockSurfaceKHR(const egl::Display *display) in unlockSurfaceKHR() function in egl::Surface
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp911 ANGLE_EGL_TRY_RETURN(thread, surface->unlockSurfaceKHR(display), "eglQuerySurface64KHR", in UnlockSurfaceKHR()
/external/deqp/framework/egl/
DegluCallLogWrapper.inl558 eglw::EGLBoolean returnValue = m_egl.unlockSurfaceKHR(dpy, surface);