Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_BGR_SRGB8 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Dformat_fallback.c58 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_srgb_format_linear()
161 return MESA_FORMAT_BGR_SRGB8; in _mesa_get_linear_format_srgb()
237 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_linear_format_srgb()
Dformat_pack.c7519 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_pack_ubyte_rgba_function()
8065 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_pack_float_rgba_function()
8725 case MESA_FORMAT_BGR_SRGB8: in _mesa_pack_ubyte_rgba_row()
10521 case MESA_FORMAT_BGR_SRGB8: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5836 case MESA_FORMAT_BGR_SRGB8: in _mesa_unpack_rgba_row()
6565 case MESA_FORMAT_BGR_SRGB8: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h1337 .Name = MESA_FORMAT_BGR_SRGB8,
/external/mesa3d/src/mesa/main/
Dtexformat.c466 RETURN_IF_SUPPORTED(MESA_FORMAT_BGR_SRGB8); in _mesa_choose_tex_format()
506 RETURN_IF_SUPPORTED(MESA_FORMAT_BGR_SRGB8); in _mesa_choose_tex_format()
Dformats.h446 MESA_FORMAT_BGR_SRGB8, /* ubyte[i*3] = B, [i*3+1] = G, [i*3+2] = R */ enumerator
Dformats.c1056 case MESA_FORMAT_BGR_SRGB8: in _mesa_uncompressed_format_to_type_and_comps()
1508 case MESA_FORMAT_BGR_SRGB8: in _mesa_format_matches_format_and_type()
Dformats.csv162 MESA_FORMAT_BGR_SRGB8 , array , 1, 1, 1, un8 , un8 , un8 , , zyx1, srgb
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c163 case MESA_FORMAT_BGR_SRGB8: in st_mesa_format_to_pipe_format()
653 return MESA_FORMAT_BGR_SRGB8; in st_pipe_format_to_mesa_format()