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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1380 void OpenGLRenderer::setupDrawAALine(GLvoid* vertices, GLvoid* widthCoords, argument
1390 glVertexAttribPointer(widthSlot, 1, GL_FLOAT, GL_FALSE, gAAVertexStride, widthCoords);
1786 void* widthCoords = ((GLbyte*) aaVertices) + gVertexAAWidthOffset; local
1806 setupDrawAALine((void*) aaVertices, widthCoords, lengthCoords,
1930 void* widthCoords = ((GLbyte*) aaVertices) + gVertexAAWidthOffset; local
1938 setupDrawAALine((void*) aaVertices, widthCoords, lengthCoords,

Completed in 39 milliseconds