Searched defs:glt (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_draw.c329 gltexture_t *glt; local
358 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++)
360 if (glt->mipmap)
362 GL_Bind (glt->texnum);
995 gltexture_t *glt; local
997 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++)
999 if (!strcmp (identifier, glt->identifier))
1392 gltexture_t *glt; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp665 gltexture_t *glt; local
694 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++)
696 if (glt->mipmap)
698 GL_Bind (glt->texnum);
1254 gltexture_t *glt; local
1256 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++)
1258 if (!strcmp (identifier, glt->identifier))
1980 gltexture_t *glt; local
[all...]

Completed in 80 milliseconds