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

  /external/skia/src/gpu/gl/
GrGLProgram.h 70 static int TexCoordAttributeIdx(int tcIdx) { return 4 + tcIdx; }
GrGLProgram.cpp 614 int tcIdx = GrDrawState::VertexTexCoordsForStage(s, layout);
615 if (tcIdx < 0) {
619 GrAssert(texCoordAttrs[tcIdx].size());
620 inCoords = texCoordAttrs[tcIdx].c_str();
710 int tcIdx =
712 if (tcIdx < 0) {
717 GrAssert(texCoordAttrs[tcIdx].size());
718 inCoords = texCoordAttrs[tcIdx].c_str();
    [all...]
  /external/skia/src/gpu/
GrDrawState.cpp 194 int tcIdx = VertexTexCoordsForStage(stageIdx, vertexLayout);
195 if (tcIdx >= 0) {
202 for (int t = 0; t < tcIdx; ++t) {
338 int tcIdx = VertexTexCoordsForStage(s, vertexLayout);
340 tcIdx < 0 ? 0 : texCoordOffsetsByIdx[tcIdx];

Completed in 255 milliseconds