Lines Matching refs:SHORT_BIT
53 #define SHORT_BIT 0x8 macro
78 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()
385 : (SHORT_BIT | INT_BIT | in _mesa_TexCoordPointer()
445 const GLbitfield legalTypes = (UNSIGNED_BYTE_BIT | SHORT_BIT | in _mesa_VertexAttribPointerNV()
480 SHORT_BIT | UNSIGNED_SHORT_BIT | in _mesa_VertexAttribPointerARB()
512 SHORT_BIT | UNSIGNED_SHORT_BIT | in _mesa_VertexAttribIPointer()