Searched refs:tcIdx (Results 1 – 3 of 3) sorted by relevance
194 int tcIdx = VertexTexCoordsForStage(stageIdx, vertexLayout); in VertexStageCoordOffset() local195 if (tcIdx >= 0) { in VertexStageCoordOffset()202 for (int t = 0; t < tcIdx; ++t) { in VertexStageCoordOffset()338 int tcIdx = VertexTexCoordsForStage(s, vertexLayout); in VertexSizeAndOffsetsByStage() local340 tcIdx < 0 ? 0 : texCoordOffsetsByIdx[tcIdx]; in VertexSizeAndOffsetsByStage()
70 static int TexCoordAttributeIdx(int tcIdx) { return 4 + tcIdx; } in TexCoordAttributeIdx() argument
614 int tcIdx = GrDrawState::VertexTexCoordsForStage(s, layout); in genProgram() local615 if (tcIdx < 0) { in genProgram()619 GrAssert(texCoordAttrs[tcIdx].size()); in genProgram()620 inCoords = texCoordAttrs[tcIdx].c_str(); in genProgram()710 int tcIdx = in genProgram() local712 if (tcIdx < 0) { in genProgram()717 GrAssert(texCoordAttrs[tcIdx].size()); in genProgram()718 inCoords = texCoordAttrs[tcIdx].c_str(); in genProgram()