Home
last modified time | relevance | path

Searched refs:num_tex_coords (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrDrawState.cpp139 int num_tex_coords(GrVertexLayout layout) { in num_tex_coords() function
160 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()