Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h79 MESA_FORMAT_BGR888, /* BBBB BBBB GGGG GGGG RRRR RRRR */ enumerator
Dformats.c173 MESA_FORMAT_BGR888, /* Name */
2077 case MESA_FORMAT_BGR888: in _mesa_format_to_type_and_comps()
2651 case MESA_FORMAT_BGR888: in _mesa_format_matches_format_and_type()
Dformat_pack.c1696 table[MESA_FORMAT_BGR888] = pack_ubyte_BGR888; in _mesa_get_pack_ubyte_rgba_function()
1841 table[MESA_FORMAT_BGR888] = pack_float_BGR888; in _mesa_get_pack_float_rgba_function()
1981 table[MESA_FORMAT_BGR888] = pack_row_float_BGR888; in get_pack_float_rgba_row_function()
2014 table[MESA_FORMAT_BGR888] = pack_row_ubyte_BGR888; in get_pack_ubyte_rgba_row_function()
Ddebug.c641 case MESA_FORMAT_BGR888: in _mesa_print_texture()
Dformat_unpack.c1487 table[MESA_FORMAT_BGR888] = unpack_BGR888; in get_unpack_rgba_function()
2024 case MESA_FORMAT_BGR888: in _mesa_unpack_ubyte_rgba_row()
Dtexstore.c1537 ASSERT(dstFormat == MESA_FORMAT_BGR888); in _mesa_texstore_bgr888()
4054 table[MESA_FORMAT_BGR888] = _mesa_texstore_bgr888; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c182 MESA_FORMAT_BGR888,
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c478 rb->Format = MESA_FORMAT_BGR888; in osmesa_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c299 [MESA_FORMAT_BGR888] = 0, in brw_format_for_mesa_format()