Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp845 colorReadAttachment != nullptr && colorReadAttachment->getColorEncoding() == GL_SRGB; in blit()
863 if (attachment && attachment->getColorEncoding() == GL_SRGB) in blit()
1484 if (attachment.isAttached() && attachment.getColorEncoding() == GL_SRGB) in syncClearState()
1532 attachment->getColorEncoding() == GL_SRGB); in syncClearBufferState()
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebufferAttachment.h90 GLenum getColorEncoding() const;
H A DFramebufferAttachment.cpp178 GLenum FramebufferAttachment::getColorEncoding() const in getColorEncoding() function in gl::FramebufferAttachment
H A Dqueryutils.cpp1303 *params = attachmentObject->getColorEncoding(); in QueryFramebufferAttachmentParameteriv()