Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp414 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/
Ddemo_RenderSystemDrawing.h351 const f32 texcoordS1, const f32 texcoordT1,