Home
last modified time | relevance | path

Searched refs:getColorEncoding (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h90 GLenum getColorEncoding() const;
DFramebufferAttachment.cpp178 GLenum FramebufferAttachment::getColorEncoding() const in getColorEncoding() function in gl::FramebufferAttachment
Dqueryutils.cpp1219 *params = attachmentObject->getColorEncoding(); in QueryFramebufferAttachmentParameteriv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp782 colorReadAttachment != nullptr && colorReadAttachment->getColorEncoding() == GL_SRGB; in blit()
800 if (attachment && attachment->getColorEncoding() == GL_SRGB) in blit()
1392 if (attachment.isAttached() && attachment.getColorEncoding() == GL_SRGB) in syncClearState()
1434 attachment->getColorEncoding() == GL_SRGB); in syncClearBufferState()