Lines Matching defs:idx
162 const int idx = format - GL_V2F;
165 /* All valid formats are on the range [GL_V2F, GL_V2F+0x0D]. Since idx
166 * is just the format biased by -GL_V2F, all valid idx values are on the
169 if ((idx < 0) || (idx > 0x0D)) {
185 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
186 size += modes[idx][i].size;
195 __indirect_glTexCoordPointer(modes[idx][0].count, GL_FLOAT,
200 __indirect_glColorPointer(modes[idx][1].count, modes[idx][1].type,
210 __indirect_glVertexPointer(modes[idx][3].count, GL_FLOAT,