Searched refs:gMeshVertices (Results 1 – 3 of 3) sorted by relevance
66 glBufferData(GL_ARRAY_BUFFER, sizeof(gMeshVertices), gMeshVertices, GL_STATIC_DRAW); in init()
60 static const TextureVertex gMeshVertices[] = { variable
118 memcpy(mMeshVertices, gMeshVertices, sizeof(gMeshVertices)); in OpenGLRenderer()