Home
last modified time | relevance | path

Searched refs:texcoords (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/
Ddemo_Models.cpp191 f32 texcoords[] = in Initialize() local
237 attrBufPtr[attrNum] = texcoords; in Initialize()
238 m_DataSize[attrNum] = sizeof(texcoords); in Initialize()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/TextureCombiner/
Dgx_TextureCombiner.cpp106 GLfloat texcoords[] = { in LoadObjects() local
117 glBufferData(GL_ARRAY_BUFFER, sizeof(coords) + sizeof(texcoords), 0, GL_STATIC_DRAW); in LoadObjects()
119 glBufferSubData(GL_ARRAY_BUFFER, sizeof(coords), sizeof(texcoords), texcoords); in LoadObjects()
/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp1587 GLfloat texcoords[] = { in LoadObjects() local
1598 glBufferData(GL_ARRAY_BUFFER, sizeof(coords) + sizeof(texcoords), 0, GL_STATIC_DRAW); in LoadObjects()
1600 glBufferSubData(GL_ARRAY_BUFFER, sizeof(coords), sizeof(texcoords), texcoords); in LoadObjects()