Home
last modified time | relevance | path

Searched refs:lineIndices (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DSkGpuDevice.cpp1489 uint16_t* lineIndices = builder.indices(); in wireframeVertices() local
1492 lineIndices[i] = state.f0; in wireframeVertices()
1493 lineIndices[i + 1] = state.f1; in wireframeVertices()
1494 lineIndices[i + 2] = state.f1; in wireframeVertices()
1495 lineIndices[i + 3] = state.f2; in wireframeVertices()
1496 lineIndices[i + 4] = state.f2; in wireframeVertices()
1497 lineIndices[i + 5] = state.f0; in wireframeVertices()
/external/skqp/src/gpu/
DSkGpuDevice.cpp1649 uint16_t* lineIndices = builder.indices(); in wireframeVertices() local
1652 lineIndices[i] = state.f0; in wireframeVertices()
1653 lineIndices[i + 1] = state.f1; in wireframeVertices()
1654 lineIndices[i + 2] = state.f1; in wireframeVertices()
1655 lineIndices[i + 3] = state.f2; in wireframeVertices()
1656 lineIndices[i + 4] = state.f2; in wireframeVertices()
1657 lineIndices[i + 5] = state.f0; in wireframeVertices()