| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | FramebufferImpl.h | 68 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/ |
| D | Framebuffer9.h | 56 const gl::InternalFormat &getImplementationColorReadFormat(
|
| D | Framebuffer9.cpp | 389 const gl::InternalFormat &Framebuffer9::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer9
|
| /third_party/skia/third_party/externals/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 | 733 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
|
| D | Context.cpp | 2062 *params = framebuffer->getImplementationColorReadFormat(); in getIntegerv()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Framebuffer11.h | 61 const gl::InternalFormat &getImplementationColorReadFormat(
|
| D | Framebuffer11.cpp | 383 const gl::InternalFormat &Framebuffer11::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::Framebuffer11
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Renderbuffer.h | 155 GLenum getImplementationColorReadFormat(const Context *context) const;
|
| D | Renderbuffer.cpp | 389 GLenum Renderbuffer::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Renderbuffer
|
| D | Framebuffer.h | 359 GLenum getImplementationColorReadFormat(const Context *context);
|
| D | Framebuffer.cpp | 1661 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()
|
| D | Texture.h | 517 GLenum getImplementationColorReadFormat(const Context *context) const;
|
| D | queryutils.cpp | 354 pname, texture->getImplementationColorReadFormat(context)); in QueryTexParameterBase() 1451 *params = static_cast<GLint>(renderbuffer->getImplementationColorReadFormat(context)); in QueryRenderbufferiv()
|
| D | validationESEXT.cpp | 32 GLenum implFormat = obj->getImplementationColorReadFormat(context); in ValidateGetImageFormatAndType()
|
| D | Texture.cpp | 2348 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat() function in gl::Texture
|
| D | State.cpp | 2783 *params = mReadFramebuffer->getImplementationColorReadFormat(context); in getIntegerv()
|
| D | validationES.cpp | 7157 currentFormat = readFramebuffer->getImplementationColorReadFormat(context); in ValidateReadPixelsBase()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | FrameBufferMtl.h | 67 const gl::InternalFormat &getImplementationColorReadFormat(
|
| D | FrameBufferMtl.mm | 207 const gl::InternalFormat &FramebufferMtl::getImplementationColorReadFormat(
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | FramebufferVk.h | 94 const gl::InternalFormat &getImplementationColorReadFormat(
|
| D | FramebufferVk.cpp | 710 const gl::InternalFormat &FramebufferVk::getImplementationColorReadFormat( in getImplementationColorReadFormat() function in rx::FramebufferVk
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | frame_capture_utils.cpp | 252 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/ |
| D | BlitGL.cpp | 315 GLenum readFormat = source->getImplementationColorReadFormat(context); in copySubImageToLUMAWorkaroundTexture()
|