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

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtex-quads.c11 #define NUM_TEX 10 macro
14 static GLuint Tex[NUM_TEX];
24 glGenTextures(NUM_TEX, Tex);
26 for (i = 0; i < NUM_TEX; i++) {
52 glDeleteTextures(NUM_TEX, Tex);
65 for (t = 0; t < NUM_TEX; t++) {
100 for (i = 0; i < NUM_TEX; i++) {

Completed in 39 milliseconds