Searched refs:numgltextures (Results 1 – 2 of 2) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | gl_draw.c | 82 int numgltextures; variable 358 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) in Draw_TextureMode_f() 997 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) in GL_FindTexture() 1397 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) in GL_LoadTexture() 1408 glt = &gltextures[numgltextures]; in GL_LoadTexture() 1409 numgltextures++; in GL_LoadTexture()
|
/external/quake/quake/src/WinQuake/ |
D | gl_draw.cpp | 93 int numgltextures; variable 694 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) in Draw_TextureMode_f() 1256 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) in GL_FindTexture() 1985 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) in GL_LoadTexture() 2001 numgltextures++; in GL_LoadTexture() 2005 glt = &gltextures[numgltextures]; in GL_LoadTexture() 2006 numgltextures++; in GL_LoadTexture()
|