Home
last modified time | relevance | path

Searched refs:DrawSpriteLump (Results 1 – 6 of 6) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dgl_draw.cpp309 void VOpenGLDrawer::DrawSpriteLump(float x1, float y1, float x2, float y2, in DrawSpriteLump() function in VOpenGLDrawer
312 guard(VOpenGLDrawer::DrawSpriteLump); in DrawSpriteLump()
H A Dd3d_draw.cpp237 void VDirect3DDrawer::DrawSpriteLump(float x1, float y1, float x2, float y2, in DrawSpriteLump() function in VDirect3DDrawer
240 guard(VDirect3DDrawer::DrawSpriteLump); in DrawSpriteLump()
H A Ddrawer.h179 virtual void DrawSpriteLump(float, float, float, float, VTexture*,
H A Dd3d_local.h184 void DrawSpriteLump(float, float, float, float, VTexture*,
H A Dgl_local.h418 void DrawSpriteLump(float, float, float, float, VTexture*,
H A Dr_things.cpp996 Drawer->DrawSpriteLump(x1, y1, x2, y2, Tex, R_GetCachedTranslation( in R_DrawSpritePatch()