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

/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp60 A_COLOR, enumerator in enum:__anon1387
84 glBindAttribLocation(program, A_COLOR, "a_color");
181 glEnableVertexAttribArray(A_COLOR);
186 glVertexAttribPointer(A_COLOR, 4, GL_FLOAT, false, 16, color);

Completed in 193 milliseconds