Home
last modified time | relevance | path

Searched refs:StartDrawSimple2DTexture (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRender.h241 …virtual void StartDrawSimple2DTexture(float x0, float y0, float x1, float y1, float u0, float v…
H A DOGLRender.cpp526 StartDrawSimple2DTexture(x0, y0, x1, y1, u0, v0, u1, v1, dif, spe, z, rhw); in DrawSimple2DTexture()
H A DRender.cpp811 void CRender::StartDrawSimple2DTexture(float x0, float y0, float x1, float y1, float u0, float v0, … in StartDrawSimple2DTexture() function in CRender