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

/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp328 int colorLocation = -1; local
330 colorLocation = fill.program->getAttrib("colors");
331 glEnableVertexAttribArray(colorLocation);
332 glVertexAttribPointer(colorLocation, 4, GL_FLOAT, GL_FALSE, vertices.stride, vertices.color);
392 glDisableVertexAttribArray(colorLocation);

Completed in 25 milliseconds