Home | History | Annotate | Download | only in gpu

Lines Matching refs:texCoordOffsetsByIdx

233         int texCoordOffsetsByIdx[GrDrawState::kMaxTexCoords],
246 if (NULL != texCoordOffsetsByIdx) {
247 texCoordOffsetsByIdx[t] = size;
251 if (NULL != texCoordOffsetsByIdx) {
252 texCoordOffsetsByIdx[t] = -1;
297 int texCoordOffsetsByIdx[GrDrawState::kMaxTexCoords];
301 texCoordOffsetsByIdx,
311 texCoordOffsetsByStage[s] = texCoordOffsetsByIdx[tcIdx];