Searched refs:STRIDE_4F (Results 1 – 2 of 2) sorted by relevance
166 STRIDE_4F(col, start * col_stride); in TAG()168 STRIDE_4F(spec, start * spec_stride); in TAG()170 STRIDE_4F(fog, start * fog_stride); in TAG()200 STRIDE_4F(col, col_stride); in TAG()208 STRIDE_4F(spec, spec_stride); in TAG()212 STRIDE_4F(fog, fog_stride); in TAG()
198 #define STRIDE_4F(p, i) (p = (GLfloat (*)[4])((GLubyte *)p + i)) macro