Searched refs:conback (Results 1 – 6 of 6) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | draw.cpp | 545 qpic_t *conback; in Draw_ConsoleBackground() local 548 conback = Draw_CachePic ("gfx/conback.lmp"); in Draw_ConsoleBackground() 553 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver); in Draw_ConsoleBackground() 556 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver); in Draw_ConsoleBackground() 559 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver); in Draw_ConsoleBackground() 561 dest = conback->data + 320 - 43 + 320*186; in Draw_ConsoleBackground() 576 src = conback->data + v*320; in Draw_ConsoleBackground() 606 src = conback->data + v*320; in Draw_ConsoleBackground()
|
D | gl_draw.cpp | 67 packedGlpic_t *conback = &conbackUnion.pics; variable 765 conback->width = vid.conwidth; in Draw_Init() 766 conback->height = vid.conheight; in Draw_Init() 794 conback->g.width = cb->width; in Draw_Init() 795 conback->g.height = cb->height; in Draw_Init() 802 gl = &conback->g.glpic; in Draw_Init() 803 …gl->texnum = GL_LoadTexture ("conback", conback->g.width, conback->g.height, ncdata, false, false); in Draw_Init() 808 conback->g.width = vid.width; in Draw_Init() 809 conback->g.height = vid.height; in Draw_Init() 1073 Draw_Pic(0, lines - vid.height, &conback->qpic); in Draw_ConsoleBackground() [all …]
|
/external/quake/quake/src/QW/client/ |
D | draw.c | 651 qpic_t *conback; in Draw_ConsoleBackground() local 655 conback = Draw_CachePic ("gfx/conback.lmp"); in Draw_ConsoleBackground() 663 dest = conback->data + 320 + 320*186 - 11 - 8*strlen(ver); in Draw_ConsoleBackground() 670 dest = conback->data + 320 - (strlen(ver)*8 + 11) + 320*186; in Draw_ConsoleBackground() 673 memcpy(saveback, conback->data + 320*186, 320*8); in Draw_ConsoleBackground() 685 src = conback->data + v*320; in Draw_ConsoleBackground() 715 src = conback->data + v*320; in Draw_ConsoleBackground() 732 memcpy(conback->data + 320*186, saveback, 320*8); in Draw_ConsoleBackground()
|
D | gl_draw.c | 60 qpic_t *conback = (qpic_t *)&conback_buffer; variable 423 conback->width = vid.conwidth; in Draw_Init() 424 conback->height = vid.conheight; in Draw_Init() 452 conback->width = cb->width; in Draw_Init() 453 conback->height = cb->height; in Draw_Init() 460 gl = (glpic_t *)conback->data; in Draw_Init() 461 gl->texnum = GL_LoadTexture ("conback", conback->width, conback->height, ncdata, false, false); in Draw_Init() 466 conback->width = vid.conwidth; in Draw_Init() 467 conback->height = vid.conheight; in Draw_Init() 807 Draw_Pic(0, lines-vid.height, conback); in Draw_ConsoleBackground() [all …]
|
/external/quake/quake/src/QW/progs/ |
D | files.dat | 226 1 gfx/conback.lmp
|
D | world.qc | 37 precache_file ("gfx/conback.lmp");
|