Searched refs:texcoords (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/ |
| D | demo_Models.cpp | 191 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/ |
| D | gx_TextureCombiner.cpp | 106 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/ |
| D | main.cpp | 1587 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()
|