HomeSort by relevance Sort by last modified time
    Searched refs:texCoordOffsetsByIdx (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrDrawTarget.cpp 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];
    [all...]
GrDrawTarget.h 714 * @param texCoordOffsetsByIdx after return it is the offset of each
731 int texCoordOffsetsByIdx[GrDrawState::kMaxTexCoords],
    [all...]

Completed in 136 milliseconds