Lines Matching defs:TC
26 GLenum TC;
37 static const char *TextureName (GLenum TC)
39 switch (TC) {
128 PrintString(TextureName(Tx->TC));
155 static void ReInit( GLenum TC, TEXTURE *Tx )
159 if ((Tx->TC == TC) && (Tx->cData != NULL)) {
171 TC, /* internal format */
182 printf("Requested internal format = 0x%x, actual = 0x%x\n", TC, v);
197 Tx->TC = TC;
238 t1.TC = GL_RGBA;
282 t2.TC = GL_RGBA;
296 t3.TC = GL_RGBA;
333 ReInit(Tx->TC, Tx);