/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | FramebufferImpl.h | 68 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 D | Framebuffer9.h | 56 const gl::InternalFormat &getImplementationColorReadFormat(
|
H A D | Framebuffer9.cpp | 389 const gl::InternalFormat &Framebuffer9::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer9
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.h | 61 const gl::InternalFormat &getImplementationColorReadFormat(
|
H A D | Framebuffer11.cpp | 409 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Renderbuffer.h | 155 GLenum getImplementationColorReadFormat(const Context *context) const;
|
H A D | Renderbuffer.cpp | 396 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
|
H A D | Framebuffer.cpp | 1795 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 D | Framebuffer.h | 387 GLenum getImplementationColorReadFormat(const Context *context);
|
H A D | Texture.h | 624 GLenum getImplementationColorReadFormat(const Context *context) const;
|
H A D | queryutils.cpp | 354 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase() 1544 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
|
H A D | Texture.cpp | 2674 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
|
H A D | State.cpp | 3254 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
|
H A D | validationESEXT.cpp | 36 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
|
H A D | validationES.cpp | 7660 currentFormat = readFramebuffer->getImplementationColorReadFormat(context); in ValidateReadPixelsBase()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | FrameBufferMtl.h | 66 const gl::InternalFormat &getImplementationColorReadFormat(
|
H A D | FrameBufferMtl.mm | 301 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.h | 65 const gl::InternalFormat &getImplementationColorReadFormat(
|
H A D | FramebufferVk.cpp | 912 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | serialize.cpp | 250 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 D | BlitGL.cpp | 367 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()
|