Searched refs:IsSRGBFormat (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_info.h | 42 .IsSRGBFormat = 0, 56 .IsSRGBFormat = 0, 70 .IsSRGBFormat = 0, 84 .IsSRGBFormat = 0, 98 .IsSRGBFormat = 0, 112 .IsSRGBFormat = 0, 126 .IsSRGBFormat = 0, 140 .IsSRGBFormat = 0, 154 .IsSRGBFormat = 0, 168 .IsSRGBFormat = 0, [all …]
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 68 bool IsSRGBFormat; member 600 return info->IsSRGBFormat ? GL_SRGB : GL_LINEAR; in _mesa_get_format_color_encoding()
|