Lines Matching refs:NONE
108 #define NONE {0, 0, 0} in __indirect_glInterleavedArrays() macro
140 {NONE, NONE, NONE, F(2)}, /* GL_V2F */ in __indirect_glInterleavedArrays()
141 {NONE, NONE, NONE, F(3)}, /* GL_V3F */ in __indirect_glInterleavedArrays()
142 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */ in __indirect_glInterleavedArrays()
143 {NONE, UB4, NONE, F(3)}, /* GL_C4UB_V3F */ in __indirect_glInterleavedArrays()
144 {NONE, F(3), NONE, F(3)}, /* GL_C3F_V3F */ in __indirect_glInterleavedArrays()
145 {NONE, NONE, F(3), F(3)}, /* GL_N3F_V3F */ in __indirect_glInterleavedArrays()
146 {NONE, F(4), F(3), F(3)}, /* GL_C4F_N3F_V3F */ in __indirect_glInterleavedArrays()
147 {F(2), NONE, NONE, F(3)}, /* GL_T2F_V3F */ in __indirect_glInterleavedArrays()
148 {F(4), NONE, NONE, F(4)}, /* GL_T4F_V4F */ in __indirect_glInterleavedArrays()
149 {F(2), UB4, NONE, F(3)}, /* GL_T2F_C4UB_V3F */ in __indirect_glInterleavedArrays()
150 {F(2), F(3), NONE, F(3)}, /* GL_T2F_C3F_V3F */ in __indirect_glInterleavedArrays()
151 {F(2), NONE, F(3), F(3)}, /* GL_T2F_N3F_V3F */ in __indirect_glInterleavedArrays()
155 #undef NONE in __indirect_glInterleavedArrays()