Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSimpleMesh.h26 void setIndexedPatterned(sk_sp<const GrBuffer> indexBuffer, int indexCount,
77 inline void GrSimpleMesh::setIndexedPatterned( in setIndexedPatterned() function
/third_party/flutter/skia/src/gpu/
DGrMesh.h45 void setIndexedPatterned(sk_sp<const GrBuffer> indexBuffer, int indexCount, int vertexCount,
171 inline void GrMesh::setIndexedPatterned(sk_sp<const GrBuffer> indexBuffer, int indexCount, in setIndexedPatterned() function
/third_party/flutter/skia/src/gpu/ops/
DGrMeshDrawOp.cpp47 fMesh->setIndexedPatterned(std::move(indexBuffer), indicesPerRepetition, verticesPerRepetition, in init()
DGrAAHairLinePathRenderer.cpp998 mesh->setIndexedPatterned(std::move(linesIndexBuffer), kIdxsPerLineSeg, kLineSegNumVertices, in onPrepareDraws()
1053 mesh->setIndexedPatterned(quadsIndexBuffer, kIdxsPerQuad, kQuadNumVertices, quadCount, in onPrepareDraws()
1062 mesh->setIndexedPatterned(std::move(quadsIndexBuffer), kIdxsPerQuad, kQuadNumVertices, in onPrepareDraws()
DGrQuadPerEdgeAA.cpp817 mesh->setIndexedPatterned(std::move(ibuffer), kIndicesPerAAFillRect, kVertsPerAAFillRect, in ConfigureMeshIndices()
828 mesh->setIndexedPatterned(std::move(ibuffer), 6, 4, quadCount, in ConfigureMeshIndices()
DGrAtlasTextOp.cpp450 mesh->setIndexedPatterned(flushInfo->fIndexBuffer, kIndicesPerGlyph, kVerticesPerGlyph, in flush()
DGrSmallPathRenderer.cpp821 mesh->setIndexedPatterned(flushInfo->fIndexBuffer, kIndicesPerQuad, kVerticesPerQuad, in flush()
/third_party/skia/src/gpu/ops/
DGrMeshDrawOp.cpp98 fMesh->setIndexedPatterned(std::move(indexBuffer), indicesPerRepetition, repeatCount, in init()
DAtlasTextOp.cpp380 mesh->setIndexedPatterned(flushInfo->fIndexBuffer, kIndicesPerGlyph, flushInfo->fGlyphsToFlush, in createDrawForGeneratedGlyphs()
DAAHairLinePathRenderer.cpp1238 fMeshes[1]->setIndexedPatterned(quadsIndexBuffer, kIdxsPerQuad, quadCount, in onPrepareDraws()
1249 fMeshes[2]->setIndexedPatterned(std::move(quadsIndexBuffer), kIdxsPerQuad, conicCount, in onPrepareDraws()
DSmallPathRenderer.cpp569 mesh->setIndexedPatterned(flushInfo->fIndexBuffer, in flush()
/third_party/flutter/skia/tests/
DGrMeshTest.cpp194 mesh.setIndexedPatterned(ibuff, 6, 4, kBoxCountX, kIndexPatternRepeatCount); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()