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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2361 int alphaSlot = -1; local
2364 alphaSlot = mCaches.currentProgram->getAttrib("vtxAlpha");
2366 glEnableVertexAttribArray(alphaSlot);
2367 glVertexAttribPointer(alphaSlot, 1, GL_FLOAT, GL_FALSE, gAlphaVertexStride, alphaCoords);
2387 glDisableVertexAttribArray(alphaSlot);

Completed in 672 milliseconds