/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 89 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()
|
D | meta_blit.c | 742 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB; in blitframebuffer_texture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_framebuffer.c | 148 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB)) { in update_framebuffer_state()
|
D | st_cb_fbo.c | 402 _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()
|
D | st_format.c | 2167 if (_mesa_get_format_color_encoding(mesa_format) == GL_SRGB) { in st_choose_matching_format()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 592 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()
|
D | framebuffer.c | 504 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB) in _mesa_update_framebuffer_visual()
|
D | formatquery.c | 1206 buffer[0] = GL_SRGB; in _mesa_GetInternalformativ()
|
D | formats.c | 595 return info->IsSRGBFormat ? GL_SRGB : GL_LINEAR; in _mesa_get_format_color_encoding()
|
D | teximage.c | 2390 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB) { in copytexture_error_check()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 374 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/ |
D | utils.c | 229 is_srgb = _mesa_get_format_color_encoding(format) == GL_SRGB; in driCreateConfigs()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 178 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE), 194 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch.c | 488 _mesa_get_format_color_encoding(format) == GL_SRGB) { in set_fetch_functions()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 267 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/ |
D | radeon_texture.c | 451 case GL_SRGB: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 451 case GL_SRGB: in radeonChooseTextureFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 455 …tachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_SRGB); in test()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 1260 case GL_SRGB: in isFramebufferAttachmentSRGB()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 573 #define GL_SRGB 0x8C40 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 746 #define GL_SRGB 0x8C40 macro
|
D | gl31.h | 746 #define GL_SRGB 0x8C40 macro
|
D | gl32.h | 746 #define GL_SRGB 0x8C40 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 748 #define GL_SRGB 0x8C40 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 928 #define GL_SRGB 0x8C40 macro
|