Home | History | Annotate | Download | only in gpu

Lines Matching refs:indices

522     SkIndexSource(const uint16_t* indices, int count)
523 : fIndices(indices), fCount(count) {
1121 const uint16_t indices[], int indexCount,
1165 indices,
1172 SkIndexSource idxSrc(indices, indexCount);
1179 (NULL == indices) ? NULL : &idxSrc);