Searched refs:UB4 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | vertarr.c | 109 #define UB4 {GL_UNSIGNED_BYTE, 4, 4 * sizeof(GLubyte)} in __indirect_glInterleavedArrays() macro 141 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */ in __indirect_glInterleavedArrays() 142 {NONE, UB4, NONE, F(3)}, /* GL_C4UB_V3F */ in __indirect_glInterleavedArrays() 148 {F(2), UB4, NONE, F(3)}, /* GL_T2F_C4UB_V3F */ in __indirect_glInterleavedArrays() 156 #undef UB4 in __indirect_glInterleavedArrays()
|