Home
last modified time | relevance | path

Searched refs:MAX_TCOORD (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c29 #define MAX_TCOORD 0x4000 // for 16b, 2.14 fixed point format macro
412 VertexT(v1, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad()
413 VertexT(v2, s0, t0+MAX_TCOORD, c); in DrawTexQuad()
451 if (t > MAX_TCOORD) t = 0; in DrawBox()
Dtex-filter.c30 #define MAX_TCOORD 0x4000 // for 16b, 2.14 fixed point format macro
114 { MAX_SCOORD, MAX_TCOORD },
115 { 0x0000, MAX_TCOORD }
435 if (t > MAX_TCOORD) t = 0; in DrawCube()
Dtex-fmt-tpl.c29 #define MAX_TCOORD 0x4000 // for 16b, 2.14 fixed point format macro
336 if (t > MAX_TCOORD) t = 0; in DrawTick()
578 VertexT(v2, s0, t0+MAX_TCOORD, c); in DrawTexQuad()
579 VertexT(v3, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad()
/RvlSDK-2.1/build/demos/gxdemo/src/Simple/
Dsmp-toy-draw.c20 #define MAX_TCOORD 0x4000 // for 16b, 2.14 fixed point format macro
304 VertexT(v2, (u16)(s0+MAX_SCOORD), (u16)(t0+MAX_TCOORD)); in DrawTexQuad()
305 VertexT(v3, (u16)s0, (u16)(t0+MAX_TCOORD)); in DrawTexQuad()
444 if (t > MAX_TCOORD) t = 0; in DrawBottom()