Home
last modified time | relevance | path

Searched refs:texcoordS0 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp412 f32 texcoordS0 = 0.0f; in FillTexturedRectangle() local
419 texcoordS0, texcoordT1, in FillTexturedRectangle()
421 texcoordS0, texcoordT0, in FillTexturedRectangle()
427 texcoordS0, texcoordT1, in FillTexturedRectangle()
436 const f32 texcoordS0, const f32 texcoordT0, in FillTexturedTriangle() argument
494 renderData.SetTexcoord(3 * triangleIndex, texcoordS0, texcoordT0); in FillTexturedTriangle()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_RenderSystemDrawing.h349 const f32 texcoordS0, const f32 texcoordT0,