Home | History | Annotate | Download | only in demos

Lines Matching defs:texture

3  * Paletted texture demo.  Written by Brian Paul.
97 static char texture[257] = {"\
162 GL_COLOR_INDEX, /* texture format */
163 GL_UNSIGNED_BYTE, /* texture type */
164 texture); /* the texture */
187 static char texture[HEIGHT][WIDTH];
198 texture[j][i] = i;
234 GL_COLOR_INDEX, /* texture format */
235 GL_UNSIGNED_BYTE, /* texture type */
236 texture); /* teh texture */