Home
last modified time | relevance | path

Searched refs:getReadPixelsAttachment (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DFramebufferNULL.cpp107 const gl::Extents fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp209 const gl::Extents fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp258 const gl::FramebufferAttachment *readAttachment = mState.getReadPixelsAttachment(format); in readPixelsImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h82 const FramebufferAttachment *getReadPixelsAttachment(GLenum readFormat) const;
DFramebuffer.cpp479 const FramebufferAttachment *FramebufferState::getReadPixelsAttachment(GLenum readFormat) const in getReadPixelsAttachment() function in gl::FramebufferState
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp661 const auto *readAttachment = mState.getReadPixelsAttachment(format); in readPixels()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp729 const gl::Extents &fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels()