Searched refs:tcIdx (Results 1 - 3 of 3) sorted by relevance

/external/skia/gpu/src/
H A DGrGLProgram.h79 static int TexCoordAttributeIdx(int tcIdx) { return 1 + tcIdx; } argument
H A DGrDrawTarget.cpp97 int tcIdx = VertexTexCoordsForStage(stage, vertexLayout); local
98 if (tcIdx >= 0) {
105 for (int t = 0; t < tcIdx; ++t) {
178 int tcIdx; local
181 } else if ((tcIdx = VertexTexCoordsForStage(s, vertexLayout)) >= 0) {
182 texCoordOffsetsByStage[s] = texCoordOffsetsByIdx[tcIdx];
H A DGrGLProgram.cpp440 int tcIdx = GrDrawTarget::VertexTexCoordsForStage(s, layout); local
442 GrAssert(tcIdx >= 0);
443 GrAssert(texCoordAttrs[tcIdx].size());
444 inCoords = texCoordAttrs[tcIdx].c_str();
545 int tcIdx = GrDrawTarget::VertexTexCoordsForStage(s, layout); local
547 GrAssert(tcIdx >= 0);
548 GrAssert(texCoordAttrs[tcIdx].size());
549 inCoords = texCoordAttrs[tcIdx].c_str();

Completed in 1462 milliseconds