Home
last modified time | relevance | path

Searched refs:preservePixels (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp135 bool preservePixels, in lockSurface() argument
143 egl::Error SurfaceImpl::unlockSurface(const egl::Display *display, bool preservePixels) in unlockSurface() argument
DSurfaceImpl.h122 bool preservePixels,
125 virtual egl::Error unlockSurface(const egl::Display *display, bool preservePixels);
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h87 bool preservePixels,
90 egl::Error unlockSurface(const egl::Display *display, bool preservePixels) override;
384 bool preservePixels,
387 egl::Error unlockSurface(const egl::Display *display, bool preservePixels) override;
DSurfaceVk.cpp218 bool preservePixels, in LockSurfaceImpl() argument
254 if (preservePixels) in LockSurfaceImpl()
286 bool preservePixels) in UnlockSurfaceImpl() argument
288 if (preservePixels) in UnlockSurfaceImpl()
783 bool preservePixels, in lockSurface() argument
794 usageHint, preservePixels, bufferPtrOut, bufferPitchOut); in lockSurface()
798 egl::Error OffscreenSurfaceVk::unlockSurface(const egl::Display *display, bool preservePixels) in unlockSurface() argument
805 getWidth(), getHeight(), preservePixels), in unlockSurface()
3177 bool preservePixels, in lockSurface() argument
3197 usageHint, preservePixels, bufferPtrOut, bufferPitchOut); in lockSurface()
[all …]
/external/angle/src/libANGLE/
DSurface.cpp866 bool preservePixels = ((attributes.getAsInt(EGL_MAP_PRESERVE_PIXELS_KHR, false) == EGL_TRUE) || in lockSurfaceKHR() local
869 return mImplementation->lockSurface(display, lockBufferUsageHint, preservePixels, in lockSurfaceKHR()