Searched refs:s (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/ |
| D | demo_TextsRenderData.cpp | 127 f32 s = fontS + m_FontOffsetS; in AddText() local 130 s, t, 0.0f); in AddText() 132 s = fontS + m_FontOffsetS; in AddText() 135 s, t, 0.0f); in AddText() 137 s = fontS; in AddText() 140 s, t, 0.0f); in AddText() 142 s = fontS; in AddText() 145 s, t, 0.0f); in AddText()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Sphere.cpp | 113 f32 s = deltaST * phiIndex; in InitializeSphere() local 119 SetTexcoord(vertexIndex, s, t); in InitializeSphere()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/ |
| D | LightingVertex.cpp | 380 GLfloat s[] = {spc.x, spc.y, spc.z, spc.w}; in Initialize() local 384 glUniform4fv(glGetUniformLocation(s_PgID, "uSpec"), 1, s); in Initialize()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | s.h | 106 float s, t; member 257 memcpy( &m_vertex_attr[i].s, &m_texture[ i*2 ], sizeof( float )*2 ); in sphere()
|
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 506 GLfloat s[] = {spc.x, spc.y, spc.z, spc.w}; in InitializeGraphics() local 510 glUniform4fv(glGetUniformLocation(s_PgID, "uSpec"), 1, s); in InitializeGraphics()
|