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 63 static int TexCoordAttributeIdx(int tcIdx) { return 1 + tcIdx; }
GrGLProgram.cpp 776 int tcIdx = GrDrawTarget::VertexTexCoordsForStage(s, layout);
778 GrAssert(tcIdx >= 0);
779 GrAssert(texCoordAttrs[tcIdx].size());
780 inCoords = texCoordAttrs[tcIdx].c_str();
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 163 int tcIdx = VertexTexCoordsForStage(stage, vertexLayout);
164 if (tcIdx >= 0) {
171 for (int t = 0; t < tcIdx; ++t) {
307 int tcIdx;
310 } else if ((tcIdx = VertexTexCoordsForStage(s, vertexLayout)) >= 0) {
311 texCoordOffsetsByStage[s] = texCoordOffsetsByIdx[tcIdx];
    [all...]

Completed in 188 milliseconds