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/
Denums.txt12 GL_UNSIGNED_INT_8_24_REV_MESA 0x8752
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec68 GL_UNSIGNED_INT_8_24_REV_MESA 0x8752
/external/mesa3d/src/mesa/main/
Dformats.c2164 *datatype = GL_UNSIGNED_INT_8_24_REV_MESA; in _mesa_format_to_type_and_comps()
Dmipmap.c50 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA || in bytes_per_pixel()
743 else if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA && comps == 2) { in do_row()
/external/mesa3d/include/GL/
Dgl.h2120 #define GL_UNSIGNED_INT_8_24_REV_MESA 0x8752 macro