Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferImpl.h68 virtual const gl::InternalFormat &getImplementationColorReadFormat(
113 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h56 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebuffer9.cpp389 const gl::InternalFormat &Framebuffer9::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer9
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h82 GLenum getImplementationColorReadFormat() const;
DFramebuffer.cpp522 GLenum Framebuffer::getImplementationColorReadFormat() const in getImplementationColorReadFormat() function in es2::Framebuffer
Dutilities.cpp733 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
DContext.cpp2062 *params = framebuffer->getImplementationColorReadFormat(); in getIntegerv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h61 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebuffer11.cpp383 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.h155 GLenum getImplementationColorReadFormat(const Context *context) const;
DRenderbuffer.cpp389 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
DFramebuffer.h359 GLenum getImplementationColorReadFormat(const Context *context);
DFramebuffer.cpp1661 GLenum Framebuffer::getImplementationColorReadFormat(const Context *context) in getImplementationColorReadFormat() function in gl::Framebuffer
1663 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadFormat()
1669 const gl::InternalFormat &format = mImpl->getImplementationColorReadFormat(context); in getImplementationColorReadType()
DTexture.h517 GLenum getImplementationColorReadFormat(const Context *context) const;
Dqueryutils.cpp354 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase()
1451 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
DvalidationESEXT.cpp32 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
DTexture.cpp2348 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
DState.cpp2783 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
DvalidationES.cpp7157 currentFormat = readFramebuffer->getImplementationColorReadFormat(context); in ValidateReadPixelsBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.h67 const gl::InternalFormat &getImplementationColorReadFormat(
DFrameBufferMtl.mm207 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.h94 const gl::InternalFormat &getImplementationColorReadFormat(
DFramebufferVk.cpp710 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp252 format = framebuffer->getImplementation()->getImplementationColorReadFormat(context); in ReadPixelsFromAttachment()
794 GLenum readFormat = renderbuffer->getImplementationColorReadFormat(context); in SerializeRenderbuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp315 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()