Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DFramebufferImpl.h66 virtual const gl::InternalFormat &getImplementationColorReadFormat(
108 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h55 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebuffer9.cpp388 const gl::InternalFormat &Framebuffer9::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer9
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h60 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebuffer11.cpp383 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DRenderbuffer.h118 GLenum getImplementationColorReadFormat(const Context *context) const;
DRenderbuffer.cpp296 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
DvalidationESEXT.cpp24 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
DFramebuffer.h352 GLenum getImplementationColorReadFormat(const Context *context);
DFramebuffer.cpp1620 GLenum Framebuffer::getImplementationColorReadFormat(const Context *context) in getImplementationColorReadFormat() function in gl::Framebuffer
1622 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadFormat()
1628 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadType()
DTexture.h500 GLenum getImplementationColorReadFormat(const Context *context) const;
Dqueryutils.cpp337 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase()
1369 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
DTexture.cpp1988 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
DState.cpp2543 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
DvalidationES.cpp5862 currentFormat = readFramebuffer->getImplementationColorReadFormat(context); in ValidateReadPixelsBase()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.h61 const gl::InternalFormat &getImplementationColorReadFormat(
DFrameBufferMtl.mm138 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h72 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebufferVk.cpp433 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp314 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()