Home
last modified time | relevance | path

Searched refs:unlockSurface (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.cpp133 egl::Error SurfaceImpl::unlockSurface(const egl::Display *display, bool preservePixels) in unlockSurface() function in rx::SurfaceImpl
DSurfaceImpl.h120 virtual egl::Error unlockSurface(const egl::Display *display, bool preservePixels);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp805 return mImplementation->unlockSurface(display, true); in unlockSurfaceKHR()