Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_INT_24_8_MESA (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/docs/specs/
Denums.txt19 GL_UNSIGNED_INT_24_8_MESA 0x8751
/external/mesa3d/docs/specs/OLD/
DMESA_packed_depth_stencil.spec67 GL_UNSIGNED_INT_24_8_MESA 0x8751
/external/mesa3d/src/mesa/main/
Dformats.c1082 *datatype = GL_UNSIGNED_INT_24_8_MESA; in _mesa_uncompressed_format_to_type_and_comps()
Dmipmap.c52 datatype == GL_UNSIGNED_INT_24_8_MESA) in bytes_per_pixel()
729 else if (datatype == GL_UNSIGNED_INT_24_8_MESA && comps == 2) { in do_row()
/external/mesa3d/include/GL/
Dgl.h2069 #define GL_UNSIGNED_INT_24_8_MESA 0x8751 macro