Home
last modified time | relevance | path

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

/external/mesa3d/docs/specs/
Denums.txt20 GL_UNSIGNED_INT_8_24_REV_MESA 0x8752
/external/mesa3d/docs/specs/OLD/
DMESA_packed_depth_stencil.spec68 GL_UNSIGNED_INT_8_24_REV_MESA 0x8752
/external/mesa3d/src/mesa/main/
Dformats.c976 *datatype = GL_UNSIGNED_INT_8_24_REV_MESA; in _mesa_uncompressed_format_to_type_and_comps()
Dmipmap.c51 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA || in bytes_per_pixel()
744 else if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA && comps == 2) { in do_row()
/external/mesa3d/include/GL/
Dgl.h2070 #define GL_UNSIGNED_INT_8_24_REV_MESA 0x8752 macro