Searched refs:afVertices (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | OGLES3ColourGrading.cpp | 367 GLfloat afVertices[] = { in LoadVbos() local 392 float fTmp = afVertices[i * 6 + 1]; in LoadVbos() 393 afVertices[i * 6 + 1] = afVertices[i * 6]; in LoadVbos() 394 afVertices[i * 6] = fTmp; in LoadVbos() 396 fTmp = afVertices[i * 6 + 5]; in LoadVbos() 397 afVertices[i * 6 + 5] = afVertices[i * 6 + 4]; in LoadVbos() 398 afVertices[i * 6 + 4] = fTmp; in LoadVbos() 409 glBufferData(GL_ARRAY_BUFFER, 6 * m_ui32VertexStride, afVertices, GL_STATIC_DRAW); in LoadVbos()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/ |
D | OGLESBasicTnL.cpp | 149 float afVertices[] = { -0.4f,-0.4f,0.0f, // Position in InitView() local 167 glBufferData(GL_ARRAY_BUFFER, uiSize, afVertices, GL_STATIC_DRAW); in InitView()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 454 GLfloat afVertices[] = { -0.4f,-0.4f,0.0f, // Position in WinMain() local 466 glBufferData(GL_ARRAY_BUFFER, uiSize, afVertices, GL_STATIC_DRAW); in WinMain()
|