HomeSort by relevance Sort by last modified time
    Searched refs:texnum (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/QW/client/
gl_draw.c 55 int texnum; member in struct:__anon6547
74 int texnum; member in struct:__anon6548
84 void GL_Bind (int texnum)
87 texnum = char_texture;
88 if (currenttexture == texnum)
90 currenttexture = texnum;
92 bindTexFunc (GL_TEXTURE_2D, texnum);
94 glBindTexture (GL_TEXTURE_2D, texnum);
124 int texnum; local
126 for (texnum=0 ; texnum<MAX_SCRAPS ; texnum++
203 int texnum; local
    [all...]
gl_rsurf.c 1436 int texnum; local
1438 for (texnum=0 ; texnum<MAX_LIGHTMAPS ; texnum++)
1448 if (allocated[texnum][i+j] >= best)
1450 if (allocated[texnum][i+j] > best2)
1451 best2 = allocated[texnum][i+j];
1464 allocated[texnum][*x + i] = best + h;
1466 return texnum;
    [all...]
glquake2.h 190 void GL_Bind (int texnum);
glquake.h 259 void GL_Bind (int texnum);
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 42 int texnum; member in struct:__anon6906
85 int texnum; member in struct:__anon6910
390 void GL_Bind (int texnum)
393 texnum = char_texture;
394 if (currenttexture == texnum)
396 currenttexture = texnum;
398 bindTexFunc (GL_TEXTURE_2D, texnum);
402 textureStore::get()->bind(texnum);
404 glBindTexture(GL_TEXTURE_2D, texnum);
437 int texnum; local
478 int texnum; local
534 int texnum; local
    [all...]
gl_rsurf.cpp 1505 int texnum; local
    [all...]
glquake.h 247 void GL_Bind (int texnum);

Completed in 40 milliseconds