/external/angle/src/libANGLE/renderer/ |
D | FramebufferImpl.h | 66 virtual const gl::InternalFormat &getImplementationColorReadFormat( 108 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat() function
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Framebuffer.h | 69 GLenum getImplementationColorReadFormat();
|
D | Framebuffer.cpp | 402 GLenum Framebuffer::getImplementationColorReadFormat() in getImplementationColorReadFormat() function in es1::Framebuffer
|
D | Context.cpp | 1291 *params = framebuffer->getImplementationColorReadFormat(); in getIntegerv() 2422 …if(format != framebuffer->getImplementationColorReadFormat() || type != framebuffer->getImplementa… in readPixels()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.h | 55 const gl::InternalFormat &getImplementationColorReadFormat(
|
D | Framebuffer9.cpp | 388 const gl::InternalFormat &Framebuffer9::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.h | 60 const gl::InternalFormat &getImplementationColorReadFormat(
|
D | Framebuffer11.cpp | 378 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.h | 82 GLenum getImplementationColorReadFormat() const;
|
D | Framebuffer.cpp | 522 GLenum Framebuffer::getImplementationColorReadFormat() const in getImplementationColorReadFormat() function in es2::Framebuffer
|
D | utilities.cpp | 762 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
|
/external/angle/src/libANGLE/ |
D | Renderbuffer.h | 118 GLenum getImplementationColorReadFormat(const Context *context) const;
|
D | Renderbuffer.cpp | 288 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
|
D | validationESEXT.cpp | 24 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
|
D | Framebuffer.h | 343 GLenum getImplementationColorReadFormat(const Context *context);
|
D | Framebuffer.cpp | 1612 GLenum Framebuffer::getImplementationColorReadFormat(const Context *context) in getImplementationColorReadFormat() function in gl::Framebuffer 1614 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadFormat() 1620 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadType()
|
D | Texture.h | 493 GLenum getImplementationColorReadFormat(const Context *context) const;
|
D | queryutils.cpp | 334 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase() 1363 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
|
D | Texture.cpp | 1970 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
|
D | State.cpp | 2496 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.h | 61 const gl::InternalFormat &getImplementationColorReadFormat(
|
D | FrameBufferMtl.mm | 138 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.h | 72 const gl::InternalFormat &getImplementationColorReadFormat(
|
D | FramebufferVk.cpp | 415 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 314 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()
|