Home
last modified time | relevance | path

Searched refs:glpic_t (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
Dgl_draw.c57 } glpic_t; typedef
59 byte conback_buffer[sizeof(qpic_t) + sizeof(glpic_t)];
193 glpic_t *gl; in Draw_PicFromWad()
196 gl = (glpic_t *)p->data; in Draw_PicFromWad()
243 glpic_t *gl; in Draw_CachePic()
271 gl = (glpic_t *)pic->pic.data; in Draw_CachePic()
381 glpic_t *gl; in Draw_Init()
460 gl = (glpic_t *)conback->data; in Draw_Init()
623 glpic_t *gl; in Draw_Pic()
627 gl = (glpic_t *)pic->data; in Draw_Pic()
[all …]
/external/quake/quake/src/WinQuake/
Dgl_draw.cpp44 } glpic_t; typedef
54 glpic_t glpic;
60 byte buffer[sizeof(qpic_t) + sizeof(glpic_t)];
527 glpic_t* gl = & pp->g.glpic; in Draw_PicFromWad()
576 glpic_t *gl; in Draw_CachePic()
604 glpic_t temp; in Draw_CachePic()
717 glpic_t *gl; in Draw_Init()
919 glpic_t *gl; in Draw_AlphaPic()
960 glpic_t *gl; in Draw_Pic()
964 glpic_t temp; in Draw_Pic()