Searched refs:texcoordS1 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemDrawing.cpp | 414 f32 texcoordS1 = static_cast<f32>(imageWidth) / static_cast<f32>(textureWidth); in FillTexturedRectangle() local 423 texcoordS1, texcoordT0); in FillTexturedRectangle() 429 texcoordS1, texcoordT0, in FillTexturedRectangle() 431 texcoordS1, texcoordT1); in FillTexturedRectangle() 438 const f32 texcoordS1, const f32 texcoordT1, in FillTexturedTriangle() argument 495 renderData.SetTexcoord(3 * triangleIndex + 1, texcoordS1, texcoordT1); in FillTexturedTriangle()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/ |
| D | demo_RenderSystemDrawing.h | 351 const f32 texcoordS1, const f32 texcoordT1,
|