Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp153 static GLfloat afVertices[] = { in paintTexturedCube() local
208 m_vbo2.write(0, afVertices, sizeof(afVertices)); in paintTexturedCube()
209 m_vbo2.write(sizeof(afVertices), afTexCoord, sizeof(afTexCoord)); in paintTexturedCube()
210 m_vbo2.write(sizeof(afVertices) + sizeof(afTexCoord), afNormals, sizeof(afNormals)); in paintTexturedCube()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp153 static GLfloat afVertices[] = { in paintTexturedCube() local
208 m_vbo2.write(0, afVertices, sizeof(afVertices)); in paintTexturedCube()
209 m_vbo2.write(sizeof(afVertices), afTexCoord, sizeof(afTexCoord)); in paintTexturedCube()
210 m_vbo2.write(sizeof(afVertices) + sizeof(afTexCoord), afNormals, sizeof(afNormals)); in paintTexturedCube()