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

  /external/skia/src/gpu/
GrDrawState.cpp 264 int texCoordOffsetsByIdx[kMaxTexCoords],
277 if (NULL != texCoordOffsetsByIdx) {
278 texCoordOffsetsByIdx[t] = size;
282 if (NULL != texCoordOffsetsByIdx) {
283 texCoordOffsetsByIdx[t] = -1;
328 int texCoordOffsetsByIdx[kMaxTexCoords];
332 texCoordOffsetsByIdx,
340 tcIdx < 0 ? 0 : texCoordOffsetsByIdx[tcIdx];
GrDrawState.h 254 * @param texCoordOffsetsByIdx after return it is the offset of each
271 int texCoordOffsetsByIdx[kMaxTexCoords],
    [all...]

Completed in 1138 milliseconds