Searched refs:num_tex_coords (Results 1 – 1 of 1) sorted by relevance
139 int num_tex_coords(GrVertexLayout layout) { in num_tex_coords() function160 size += num_tex_coords(vertexLayout) * vecSize; in VertexSize()220 return vecSize * (num_tex_coords(vertexLayout) + 1); //+1 for pos in VertexColorOffset()233 int offset = vecSize * (num_tex_coords(vertexLayout) + 1); in VertexCoverageOffset()250 int offset = vecSize * (num_tex_coords(vertexLayout) + 1); //+1 for pos in VertexEdgeOffset()