Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c28 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro
411 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad()
412 VertexT(v1, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad()
450 if (s > MAX_SCOORD) s = 0; in DrawBox()
Dtex-filter.c29 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro
113 { MAX_SCOORD, 0x0000 },
114 { MAX_SCOORD, MAX_TCOORD },
434 if (s > MAX_SCOORD) s = 0; in DrawCube()
Dtex-fmt-tpl.c28 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro
335 if (s > MAX_SCOORD) s = 0; in DrawTick()
576 VertexT(v0, s0+MAX_SCOORD, t0, 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.c19 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro
303 VertexT(v1, (u16)(s0+MAX_SCOORD), (u16)t0); in DrawTexQuad()
304 VertexT(v2, (u16)(s0+MAX_SCOORD), (u16)(t0+MAX_TCOORD)); in DrawTexQuad()
443 if (s > MAX_SCOORD) s = 0; in DrawBottom()