Searched refs:GL_SRGB (Results 1 - 25 of 36) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c148 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB)) {
H A Dst_cb_fbo.c402 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB);
586 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
H A Dst_format.c2167 if (_mesa_get_format_color_encoding(mesa_format) == GL_SRGB) {
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c89 if (_mesa_get_format_color_encoding(baseImage->TexFormat) == GL_SRGB &&
231 _mesa_get_format_color_encoding(baseImage->TexFormat) == GL_SRGB;
H A Dmeta_blit.c742 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB;
/external/deqp/framework/opengl/
H A DgluStrUtil.inl267 case GL_SRGB: return "GL_SRGB";
886 case GL_SRGB: return "GL_SRGB";
1736 case GL_SRGB: return "GL_SRGB";
/external/mesa3d/src/mesa/main/
H A Dglformats.c592 case GL_SRGB:
671 case GL_SRGB:
1416 case GL_SRGB:
1684 return GL_SRGB;
1730 case GL_SRGB:
1770 case GL_SRGB:
H A Dframebuffer.c504 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB)
H A Dformatquery.c1206 buffer[0] = GL_SRGB;
H A Dformats.c589 * \return GL_LINEAR or GL_SRGB
595 return info->IsSRGBFormat ? GL_SRGB : GL_LINEAR;
H A Dteximage.c2390 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c374 if (!decode_srgb && _mesa_get_format_color_encoding(src_format) == GL_SRGB)
377 if (!encode_srgb && _mesa_get_format_color_encoding(dst_format) == GL_SRGB)
790 if (!encode_srgb && _mesa_get_format_color_encoding(format) == GL_SRGB)
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.c229 is_srgb = _mesa_get_format_color_encoding(format) == GL_SRGB;
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c488 _mesa_get_format_color_encoding(format) == GL_SRGB) {
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp178 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
194 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp220 GL_SRGB,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c451 case GL_SRGB:
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c451 case GL_SRGB:
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp455 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_SRGB);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp1798 return GL_SRGB;
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1234 case GL_SRGB:
1277 message << "GL_SRGB";
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h573 #define GL_SRGB 0x8C40 macro
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1013 #define GL_SRGB 0x8C40
/external/mesa3d/include/GLES3/
H A Dgl3.h746 #define GL_SRGB 0x8C40 macro
H A Dgl31.h746 #define GL_SRGB 0x8C40 macro

Completed in 529 milliseconds

12