Searched refs:SHORT_BIT (Results 1 – 1 of 1) sorted by relevance
53 #define SHORT_BIT 0x8 macro78 return SHORT_BIT; in type_to_bit()280 ? (BYTE_BIT | SHORT_BIT | FLOAT_BIT | FIXED_ES_BIT) in _mesa_VertexPointer()281 : (SHORT_BIT | INT_BIT | FLOAT_BIT | in _mesa_VertexPointer()298 ? (BYTE_BIT | SHORT_BIT | FLOAT_BIT | FIXED_ES_BIT) in _mesa_NormalPointer()299 : (BYTE_BIT | SHORT_BIT | INT_BIT | in _mesa_NormalPointer()318 SHORT_BIT | UNSIGNED_SHORT_BIT | in _mesa_ColorPointer()348 const GLbitfield legalTypes = (UNSIGNED_BYTE_BIT | SHORT_BIT | INT_BIT | in _mesa_IndexPointer()364 SHORT_BIT | UNSIGNED_SHORT_BIT | in _mesa_SecondaryColorPointerEXT()384 ? (BYTE_BIT | SHORT_BIT | FLOAT_BIT | FIXED_ES_BIT) in _mesa_TexCoordPointer()[all …]