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/
Denums.txt11 GL_UNSIGNED_INT_24_8_MESA 0x8751
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec67 GL_UNSIGNED_INT_24_8_MESA 0x8751
/external/mesa3d/src/mesa/main/
Dformats.c2159 *datatype = GL_UNSIGNED_INT_24_8_MESA; in _mesa_format_to_type_and_comps()
Dmipmap.c51 datatype == GL_UNSIGNED_INT_24_8_MESA) in bytes_per_pixel()
728 else if (datatype == GL_UNSIGNED_INT_24_8_MESA && comps == 2) { in do_row()
/external/mesa3d/include/GL/
Dgl.h2119 #define GL_UNSIGNED_INT_24_8_MESA 0x8751 macro