Home
last modified time | relevance | path

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

/external/skia/gm/
Dattributes.cpp75 this->setVertexAttributes(fAttributes.data(), fAttributes.size(), 12); in AttributeTestProcessor()
86 this->setVertexAttributes(fAttributes.data(), fAttributes.size(), 20); in AttributeTestProcessor()
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.h229 void setVertexAttributes(const Attribute* attrs, int attrCount, size_t stride) { in setVertexAttributes() function
/external/skia/src/gpu/ganesh/ops/
DDrawMeshOp.cpp432 this->setVertexAttributes(fAttributes.data(), fAttributes.size(), fSpec->stride()); in MeshGP()