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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1975 int alphaSlot = -1; local
1978 alphaSlot = mCaches.currentProgram->getAttrib("vtxAlpha");
1981 glEnableVertexAttribArray(alphaSlot);
1982 glVertexAttribPointer(alphaSlot, 1, GL_FLOAT, GL_FALSE, gAlphaVertexStride, alphaCoords);
1991 glDisableVertexAttribArray(alphaSlot);

Completed in 50 milliseconds