Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/
DFramebufferImpl.h66 virtual const gl::InternalFormat &getImplementationColorReadFormat(
108 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DFramebuffer.h69 GLenum getImplementationColorReadFormat();
DFramebuffer.cpp402 GLenum Framebuffer::getImplementationColorReadFormat() in getImplementationColorReadFormat() function in es1::Framebuffer
DContext.cpp1291 *params = framebuffer->getImplementationColorReadFormat(); in getIntegerv()
2422 …if(format != framebuffer->getImplementationColorReadFormat() || type != framebuffer->getImplementa… in readPixels()
/external/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
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h60 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebuffer11.cpp378 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h82 GLenum getImplementationColorReadFormat() const;
DFramebuffer.cpp522 GLenum Framebuffer::getImplementationColorReadFormat() const in getImplementationColorReadFormat() function in es2::Framebuffer
Dutilities.cpp762 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
/external/angle/src/libANGLE/
DRenderbuffer.h118 GLenum getImplementationColorReadFormat(const Context *context) const;
DRenderbuffer.cpp288 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
DvalidationESEXT.cpp24 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
DFramebuffer.h343 GLenum getImplementationColorReadFormat(const Context *context);
DFramebuffer.cpp1612 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()
DTexture.h493 GLenum getImplementationColorReadFormat(const Context *context) const;
Dqueryutils.cpp334 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase()
1363 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
DTexture.cpp1970 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
DState.cpp2496 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.h61 const gl::InternalFormat &getImplementationColorReadFormat(
DFrameBufferMtl.mm138 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h72 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebufferVk.cpp415 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp314 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()

12