Searched refs:texcoordT1 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemDrawing.cpp | 415 f32 texcoordT1 = static_cast<f32>(imageHeight) / static_cast<f32>(textureHeight); in FillTexturedRectangle() local 419 texcoordS0, texcoordT1, in FillTexturedRectangle() 427 texcoordS0, texcoordT1, 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,
|