Searched refs:texCoordOffsetsByIdx (Results 1 – 2 of 2) sorted by relevance
136 int texCoordOffsetsByIdx[kMaxTexCoords], in VertexSizeAndOffsetsByIdx()140 GrAssert(NULL != texCoordOffsetsByIdx); in VertexSizeAndOffsetsByIdx()150 texCoordOffsetsByIdx[t] = size; in VertexSizeAndOffsetsByIdx()153 texCoordOffsetsByIdx[t] = -1; in VertexSizeAndOffsetsByIdx()173 int texCoordOffsetsByIdx[kMaxTexCoords]; in VertexSizeAndOffsetsByStage() local175 texCoordOffsetsByIdx, in VertexSizeAndOffsetsByStage()182 texCoordOffsetsByStage[s] = texCoordOffsetsByIdx[tcIdx]; in VertexSizeAndOffsetsByStage()
1041 int texCoordOffsetsByIdx[kMaxTexCoords],