Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFramebufferAttachment.h93 GLenum getColorEncoding() const;
DFramebufferAttachment.cpp176 GLenum FramebufferAttachment::getColorEncoding() const in getColorEncoding() function in gl::FramebufferAttachment
Dqueryutils.cpp1152 *params = attachmentObject->getColorEncoding(); in QueryFramebufferAttachmentParameteriv()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp743 colorReadAttachment != nullptr && colorReadAttachment->getColorEncoding() == GL_SRGB; in blit()
761 if (attachment && attachment->getColorEncoding() == GL_SRGB) in blit()
1341 if (attachment.isAttached() && attachment.getColorEncoding() == GL_SRGB) in syncClearState()
1388 attachment->getColorEncoding() == GL_SRGB); in syncClearBufferState()