Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dcircle.cpp44 GLfloat* gVertices = initializeVertices(NUM_SEGMENTS); variable
85 glVertexAttribPointer(mVPositionHandle, 2, GL_FLOAT, GL_FALSE, 0, gVertices); in draw()