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

/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp356 int alphaLocation = -1; local
360 alphaLocation = fill.program->getAttrib("vtxAlpha");
361 glEnableVertexAttribArray(alphaLocation);
362 glVertexAttribPointer(alphaLocation, 1, GL_FLOAT, GL_FALSE, vertices.stride, alphaCoords);
445 glDisableVertexAttribArray(alphaLocation);

Completed in 24 milliseconds