Searched refs:DrawSpriteLump (Results 1 – 6 of 6) sorted by relevance
/dports/games/vavoom/vavoom-1.33/source/ |
H A D | gl_draw.cpp | 309 void VOpenGLDrawer::DrawSpriteLump(float x1, float y1, float x2, float y2, in DrawSpriteLump() function in VOpenGLDrawer 312 guard(VOpenGLDrawer::DrawSpriteLump); in DrawSpriteLump()
|
H A D | d3d_draw.cpp | 237 void VDirect3DDrawer::DrawSpriteLump(float x1, float y1, float x2, float y2, in DrawSpriteLump() function in VDirect3DDrawer 240 guard(VDirect3DDrawer::DrawSpriteLump); in DrawSpriteLump()
|
H A D | drawer.h | 179 virtual void DrawSpriteLump(float, float, float, float, VTexture*,
|
H A D | d3d_local.h | 184 void DrawSpriteLump(float, float, float, float, VTexture*,
|
H A D | gl_local.h | 418 void DrawSpriteLump(float, float, float, float, VTexture*,
|
H A D | r_things.cpp | 996 Drawer->DrawSpriteLump(x1, y1, x2, y2, Tex, R_GetCachedTranslation( in R_DrawSpritePatch()
|