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

  /external/quake/quake/src/WinQuake/
draw.cpp 545 qpic_t *conback; local
548 conback = Draw_CachePic ("gfx/conback.lmp");
553 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver);
556 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver);
559 dest = conback->data + 320*186 + 320 - 11 - 8*strlen(ver);
561 dest = conback->data + 320 - 43 + 320*186;
576 src = conback->data + v*320;
606 src = conback->data + v*320;
gl_draw.cpp 67 packedGlpic_t *conback = &conbackUnion.pics; variable
746 cb = (qpic_t *)COM_LoadTempFile ("gfx/conback.lmp");
748 Sys_Error ("Couldn't load gfx/conback.lmp");
763 conback->width = vid.conwidth;
764 conback->height = vid.conheight;
767 dest = ncdata = Hunk_AllocName(vid.conwidth * vid.conheight, "conback");
792 conback->g.width = cb->width;
793 conback->g.height = cb->height;
800 gl = &conback->g.glpic;
801 gl->texnum = GL_LoadTexture ("conback", conback->g.width, conback->g.height, ncdata, false, false)
    [all...]
  /external/quake/quake/src/QW/client/
gl_draw.c 60 qpic_t *conback = (qpic_t *)&conback_buffer; variable
412 cb = (qpic_t *)COM_LoadHunkFile ("gfx/conback.lmp");
414 Sys_Error ("Couldn't load gfx/conback.lmp");
423 conback->width = vid.conwidth;
424 conback->height = vid.conheight;
427 dest = ncdata = Hunk_AllocName(vid.conwidth * vid.conheight, "conback");
452 conback->width = cb->width;
453 conback->height = cb->height;
460 gl = (glpic_t *)conback->data;
461 gl->texnum = GL_LoadTexture ("conback", conback->width, conback->height, ncdata, false, false)
    [all...]
draw.c 651 qpic_t *conback; local
655 conback = Draw_CachePic ("gfx/conback.lmp");
663 dest = conback->data + 320 + 320*186 - 11 - 8*strlen(ver);
670 dest = conback->data + 320 - (strlen(ver)*8 + 11) + 320*186;
673 memcpy(saveback, conback->data + 320*186, 320*8);
685 src = conback->data + v*320;
715 src = conback->data + v*320;
732 memcpy(conback->data + 320*186, saveback, 320*8);

Completed in 237 milliseconds