Home
last modified time | relevance | path

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

/external/skia/gpu/src/
DGrDrawTarget.cpp56 int tex_coord_idx_mask(int texCoordIdx) { in tex_coord_idx_mask() function
82 if (tex_coord_idx_mask(t) & vertexLayout) { in VertexSize()
106 if (tex_coord_idx_mask(t) & vertexLayout) { in VertexStageCoordOffset()
126 if (tex_coord_idx_mask(t) & vertexLayout) { in VertexColorOffset()
149 if (tex_coord_idx_mask(t) & vertexLayout) { in VertexSizeAndOffsetsByIdx()
200 return !!(tex_coord_idx_mask(coordIndex) & vertexLayout); in VertexUsesTexCoordIdx()
265 GrAssert(tex_coord_idx_mask(t) == tcMask); in VertexLayoutUnitTest()