Searched refs:A_POS (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp59 A_POS, enumerator in enum:__anon1387
83 glBindAttribLocation(program, A_POS, "a_pos");
180 glEnableVertexAttribArray(A_POS);
185 glVertexAttribPointer(A_POS, 2, GL_FLOAT, false, 8, vtx);

Completed in 19 milliseconds