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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h730 float strokeWidth, int& widthSlot, int& lengthSlot);
731 void finishDrawAALine(const int widthSlot, const int lengthSlot);
H A DOpenGLRenderer.cpp1571 GLvoid* lengthCoords, float boundaryWidthProportion, int& widthSlot, int& lengthSlot) {
1581 lengthSlot = mCaches.currentProgram->getAttrib("vtxLength");
1582 glEnableVertexAttribArray(lengthSlot);
1583 glVertexAttribPointer(lengthSlot, 1, GL_FLOAT, GL_FALSE, gAAVertexStride, lengthCoords);
1589 void OpenGLRenderer::finishDrawAALine(const int widthSlot, const int lengthSlot) { argument
1591 glDisableVertexAttribArray(lengthSlot);
2089 int lengthSlot; local
2109 boundaryWidthProportion, widthSlot, lengthSlot);
2261 finishDrawAALine(widthSlot, lengthSlot);
1570 setupDrawAALine(GLvoid* vertices, GLvoid* widthCoords, GLvoid* lengthCoords, float boundaryWidthProportion, int& widthSlot, int& lengthSlot) argument

Completed in 223 milliseconds