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

/external/skia/src/gpu/gl/
H A DGrGLProgram.h63 static int TexCoordAttributeIdx(int tcIdx) { return 1 + tcIdx; } argument
H A DGrGLProgram.cpp776 int tcIdx = GrDrawTarget::VertexTexCoordsForStage(s, layout); local
778 GrAssert(tcIdx >= 0);
779 GrAssert(texCoordAttrs[tcIdx].size());
780 inCoords = texCoordAttrs[tcIdx].c_str();
893 int tcIdx = local
897 GrAssert(tcIdx >= 0);
898 GrAssert(texCoordAttrs[tcIdx].size());
899 inCoords = texCoordAttrs[tcIdx].c_str();
/external/skia/src/gpu/
H A DGrDrawTarget.cpp163 int tcIdx = VertexTexCoordsForStage(stage, vertexLayout); local
164 if (tcIdx >= 0) {
171 for (int t = 0; t < tcIdx; ++t) {
307 int tcIdx; local
310 } else if ((tcIdx = VertexTexCoordsForStage(s, vertexLayout)) >= 0) {
311 texCoordOffsetsByStage[s] = texCoordOffsetsByIdx[tcIdx];

Completed in 132 milliseconds