Home | History | Annotate | Download | only in hwui

Lines Matching refs:AlphaVertex

918     AlphaVertex* shadowVertices =
919 shadowTriangleStrip.alloc<AlphaVertex>(totalVertexCount);
927 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], newPenumbra[i].x,
935 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], umbra[i].x, umbra[i].y,
975 AlphaVertex::set(&shadowVertices[vertexBufferIndex++],
982 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], centroid.x,
1000 shadowTriangleStrip.computeBounds<AlphaVertex>();