Home
last modified time | relevance | path

Searched refs:MESA_UNSIGNED_BYTE_4_4 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.h46 #define MESA_UNSIGNED_BYTE_4_4 (GL_UNSIGNED_BYTE<<1) macro
Dglformats.c40 case MESA_UNSIGNED_BYTE_4_4: in _mesa_type_is_packed()
132 case MESA_UNSIGNED_BYTE_4_4: in _mesa_sizeof_packed_type()
Dformats.c2110 *datatype = MESA_UNSIGNED_BYTE_4_4; in _mesa_format_to_type_and_comps()
Dmipmap.c627 else if (datatype == MESA_UNSIGNED_BYTE_4_4 && comps == 2) { in do_row()
1261 else if (datatype == MESA_UNSIGNED_BYTE_4_4 && comps == 2) { in do_row_3D()