Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Simple/
Dsmp-toy-draw.c273 static inline void VertexT( u8 v, u16 s, u16 t ) in VertexT() function
302 VertexT(v0, s0, t0); in DrawTexQuad()
303 VertexT(v1, (u16)(s0+MAX_SCOORD), (u16)t0); in DrawTexQuad()
304 VertexT(v2, (u16)(s0+MAX_SCOORD), (u16)(t0+MAX_TCOORD)); in DrawTexQuad()
305 VertexT(v3, (u16)s0, (u16)(t0+MAX_TCOORD)); in DrawTexQuad()
/RvlSDK-3.1.4/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c380 static inline void VertexT( u8 v, u32 s, u32 t, u8 c ) in VertexT() function
411 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad()
412 VertexT(v1, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad()
413 VertexT(v2, s0, t0+MAX_TCOORD, c); in DrawTexQuad()
414 VertexT(v3, s0, t0, c); in DrawTexQuad()
Dtex-fmt-tpl.c545 static inline void VertexT( u8 v, u32 s, u32 t, u8 c ) in VertexT() function
576 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad()
577 VertexT(v1, s0, t0, c); in DrawTexQuad()
578 VertexT(v2, s0, t0+MAX_TCOORD, c); in DrawTexQuad()
579 VertexT(v3, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad()