Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp71 bool* hasLocalCoordAttribute) const;
233 bool* hasLocalCoordAttribute) const { in makeGP()
240 *hasLocalCoordAttribute = true; in makeGP()
243 *hasLocalCoordAttribute = false; in makeGP()
248 *hasLocalCoordAttribute = false; in makeGP()
/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp155 bool* hasLocalCoordAttribute, in makeGP() argument
163 *hasLocalCoordAttribute = true; in makeGP()
166 *hasLocalCoordAttribute = false; in makeGP()
171 *hasLocalCoordAttribute = false; in makeGP()
DGrDrawVerticesOp.h93 bool* hasLocalCoordAttribute,