Home | History | Annotate | Download | only in hwui

Lines Matching refs:lengthSlot

1571         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) {
1591 glDisableVertexAttribArray(lengthSlot);
2089 int lengthSlot;
2109 boundaryWidthProportion, widthSlot, lengthSlot);
2261 finishDrawAALine(widthSlot, lengthSlot);