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

/external/quake/quake/src/QW/client/
H A Dgl_rsurf.c425 glRect_t *theRect; local
449 theRect = &lightmap_rectchange[i];
450 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
451 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
452 lightmaps+(i* BLOCK_HEIGHT + theRect->t) *BLOCK_WIDTH*lightmap_bytes);
453 theRect->l = BLOCK_WIDTH;
454 theRect->t = BLOCK_HEIGHT;
455 theRect->h = 0;
456 theRect->w = 0;
551 theRect
688 glRect_t *theRect; local
789 glRect_t *theRect; local
868 glRect_t *theRect; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_rsurf.cpp421 glRect_t *theRect; local
446 theRect = &lightmap_rectchange[i];
447 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
448 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
449 lightmaps+(i* BLOCK_HEIGHT + theRect->t) *BLOCK_WIDTH*lightmap_bytes);
450 theRect->l = BLOCK_WIDTH;
451 theRect->t = BLOCK_HEIGHT;
452 theRect->h = 0;
453 theRect->w = 0;
573 theRect
766 glRect_t *theRect; local
859 glRect_t *theRect; local
937 glRect_t *theRect; local
[all...]

Completed in 96 milliseconds