Home
last modified time | relevance | path

Searched refs:GL_SRGB (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c89 if (_mesa_get_format_color_encoding(baseImage->TexFormat) == GL_SRGB && in fallback_required()
231 _mesa_get_format_color_encoding(baseImage->TexFormat) == GL_SRGB; in _mesa_meta_GenerateMipmap()
Dmeta_blit.c742 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB; in blitframebuffer_texture()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c148 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB)) { in update_framebuffer_state()
Dst_cb_fbo.c402 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB); in st_update_renderbuffer_surface()
586 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) { in st_validate_attachment()
Dst_format.c2167 if (_mesa_get_format_color_encoding(mesa_format) == GL_SRGB) { in st_choose_matching_format()
/external/mesa3d/src/mesa/main/
Dglformats.c592 case GL_SRGB: in _mesa_is_enum_format_unsized()
671 case GL_SRGB: in _mesa_is_enum_format_unorm()
1416 case GL_SRGB: in _mesa_is_srgb_format()
1684 return GL_SRGB; in _mesa_generic_compressed_format_to_uncompressed_format()
1730 case GL_SRGB: in _mesa_get_nongeneric_internalformat()
1770 case GL_SRGB: in _mesa_get_linear_internalformat()
Dframebuffer.c504 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB) in _mesa_update_framebuffer_visual()
Dformatquery.c1206 buffer[0] = GL_SRGB; in _mesa_GetInternalformativ()
Dformats.c595 return info->IsSRGBFormat ? GL_SRGB : GL_LINEAR; in _mesa_get_format_color_encoding()
Dteximage.c2390 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB) { in copytexture_error_check()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c374 if (!decode_srgb && _mesa_get_format_color_encoding(src_format) == GL_SRGB) in brw_blorp_blit_miptrees()
377 if (!encode_srgb && _mesa_get_format_color_encoding(dst_format) == GL_SRGB) in brw_blorp_blit_miptrees()
790 if (!encode_srgb && _mesa_get_format_color_encoding(format) == GL_SRGB) in do_single_blorp_clear()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c229 is_srgb = _mesa_get_format_color_encoding(format) == GL_SRGB; in driCreateConfigs()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp178 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
194 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c488 _mesa_get_format_color_encoding(format) == GL_SRGB) { in set_fetch_functions()
/external/deqp/framework/opengl/
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/drivers/dri/r200/
Dradeon_texture.c451 case GL_SRGB: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c451 case GL_SRGB: in radeonChooseTextureFormat()
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp455 …tachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_SRGB); in test()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp1260 case GL_SRGB: in isFramebufferAttachmentSRGB()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h573 #define GL_SRGB 0x8C40 macro
/external/mesa3d/include/GLES3/
Dgl3.h746 #define GL_SRGB 0x8C40 macro
Dgl31.h746 #define GL_SRGB 0x8C40 macro
Dgl32.h746 #define GL_SRGB 0x8C40 macro
/external/swiftshader/include/GLES3/
Dgl3.h748 #define GL_SRGB 0x8C40 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl928 #define GL_SRGB 0x8C40 macro

12