Home
last modified time | relevance | path

Searched refs:getImplementationColorReadFormat (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFramebufferImpl.h68 virtual const gl::InternalFormat &getImplementationColorReadFormat(
120 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.h56 const gl::InternalFormat &getImplementationColorReadFormat(
H A DFramebuffer9.cpp389 const gl::InternalFormat &Framebuffer9::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer9
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.h61 const gl::InternalFormat &getImplementationColorReadFormat(
H A DFramebuffer11.cpp409 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
/aosp_15_r20/external/angle/src/libANGLE/
H A DRenderbuffer.h155 GLenum getImplementationColorReadFormat(const Context *context) const;
H A DRenderbuffer.cpp396 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
H A DFramebuffer.cpp1795 GLenum Framebuffer::getImplementationColorReadFormat(const Context *context) in getImplementationColorReadFormat() function in gl::Framebuffer
1797 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadFormat()
1803 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadType()
H A DFramebuffer.h387 GLenum getImplementationColorReadFormat(const Context *context);
H A DTexture.h624 GLenum getImplementationColorReadFormat(const Context *context) const;
H A Dqueryutils.cpp354 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase()
1544 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
H A DTexture.cpp2674 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
H A DState.cpp3254 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
H A DvalidationESEXT.cpp36 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
H A DvalidationES.cpp7660 currentFormat = readFramebuffer->getImplementationColorReadFormat(context); in ValidateReadPixelsBase()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DFrameBufferMtl.h66 const gl::InternalFormat &getImplementationColorReadFormat(
H A DFrameBufferMtl.mm301 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h65 const gl::InternalFormat &getImplementationColorReadFormat(
H A DFramebufferVk.cpp912 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp250 format = framebuffer->getImplementation()->getImplementationColorReadFormat(context); in ReadPixelsFromAttachment()
823 GLenum readFormat = renderbuffer->getImplementationColorReadFormat(context); in SerializeRenderbuffer()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.cpp367 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()