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

/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp334 int alphaLocation = -1; local
338 alphaLocation = fill.program->getAttrib("vtxAlpha");
339 glEnableVertexAttribArray(alphaLocation);
340 glVertexAttribPointer(alphaLocation, 1, GL_FLOAT, GL_FALSE, vertices.stride, alphaCoords);
389 glDisableVertexAttribArray(alphaLocation);

Completed in 7 milliseconds