Home
last modified time | relevance | path

Searched refs:getColorReadFormat (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h80 virtual GLenum getColorReadFormat(const gl::Context *context);
138 inline GLenum RenderbufferImpl::getColorReadFormat(const gl::Context *context) in getColorReadFormat() function
DTextureImpl.cpp153 GLenum TextureImpl::getColorReadFormat(const gl::Context *context) in getColorReadFormat() function in rx::TextureImpl
DTextureImpl.h225 virtual GLenum getColorReadFormat(const gl::Context *context);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp309 GLenum RenderbufferVk::getColorReadFormat(const gl::Context *context) in getColorReadFormat() function in rx::RenderbufferVk
337 gl::MaybeOverrideLuminance(format, type, getColorReadFormat(context), in getRenderbufferImage()
DRenderbufferVk.h80 GLenum getColorReadFormat(const gl::Context *context) override;
DTextureVk.h252 GLenum getColorReadFormat(const gl::Context *context) override;
DTextureVk.cpp3187 GLenum TextureVk::getColorReadFormat(const gl::Context *context) in getColorReadFormat() function in rx::TextureVk
3220 gl::MaybeOverrideLuminance(format, type, getColorReadFormat(context), in getTexImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp391 return mImplementation->getColorReadFormat(context); in getImplementationColorReadFormat()
DTexture.cpp2350 return mTexture->getColorReadFormat(context); in getImplementationColorReadFormat()