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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c149 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB)) {
H A Dst_cb_fbo.c468 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB;
673 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
H A Dst_format.c2305 if (_mesa_get_format_color_encoding(mesa_format) == GL_SRGB) {
/xsrc/external/mit/MesaLib.old/dist/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.c745 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglformats.c594 case GL_SRGB:
673 case GL_SRGB:
1415 case GL_SRGB:
1656 return GL_SRGB;
1702 case GL_SRGB:
1742 case GL_SRGB:
H A Dframebuffer.c461 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB)
H A Dformatquery.c1228 buffer[0] = GL_SRGB;
H A Dformats.c595 * \return GL_LINEAR or GL_SRGB
601 return info->IsSRGBFormat ? GL_SRGB : GL_LINEAR;
H A Dtexcompress_astc.cpp1833 bool srgb = _mesa_get_format_color_encoding(format) == GL_SRGB;
H A Dteximage.c2445 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglformats.c594 case GL_SRGB:
673 case GL_SRGB:
1428 case GL_SRGB:
1669 return GL_SRGB;
1715 case GL_SRGB:
1755 case GL_SRGB:
H A Dformatquery.c1238 buffer[0] = GL_SRGB;
H A Dfbobject.c4640 GL_SRGB : GL_LINEAR);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfetch.c495 _mesa_get_format_color_encoding(format) == GL_SRGB) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Dutils.c259 is_srgb = _mesa_get_format_color_encoding(format) == GL_SRGB;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c302 if (!decode_srgb && _mesa_get_format_color_encoding(src_format) == GL_SRGB)
305 if (!encode_srgb && _mesa_get_format_color_encoding(dst_format) == GL_SRGB)
1218 if (!encode_srgb && _mesa_get_format_color_encoding(format) == GL_SRGB)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c451 case GL_SRGB:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c450 case GL_SRGB:
/xsrc/external/mit/MesaLib.old/dist/include/GLES3/
H A Dgl3.h750 #define GL_SRGB 0x8C40 macro
H A Dgl31.h752 #define GL_SRGB 0x8C40 macro
H A Dgl32.h752 #define GL_SRGB 0x8C40 macro
/xsrc/external/mit/MesaLib/dist/include/GLES3/
H A Dgl3.h750 #define GL_SRGB 0x8C40 macro
H A Dgl31.h750 #define GL_SRGB 0x8C40 macro
H A Dgl32.h750 #define GL_SRGB 0x8C40 macro

Completed in 79 milliseconds

12