Searched refs:CurFormat (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dpackedpixels.c108 static GLuint CurFormat = 0; variable in typeref:typename:GLuint
231 MakeTexture(Formats + i, IntFormats[CurFormat].format, swap);
276 IntFormats[CurFormat].name, CurFormat + 1, (unsigned long) NUM_INT_FORMATS);
324 if (CurFormat == 0)
325 CurFormat = NUM_INT_FORMATS - 1;
327 CurFormat--;
330 CurFormat++;
331 if (CurFormat == NUM_INT_FORMATS)
332 CurFormat
[all...]

Completed in 3 milliseconds