Searched refs:hasColorAttribute (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 56 void fillBuffers(bool hasColorAttribute, 70 bool* hasColorAttribute, 232 bool* hasColorAttribute, in makeGP() argument 259 *hasColorAttribute = true; in makeGP() 261 *hasColorAttribute = false; in makeGP() 283 bool hasColorAttribute; in drawVolatile() local 286 &hasColorAttribute, in drawVolatile() 311 this->fillBuffers(hasColorAttribute, in drawVolatile() 325 bool hasColorAttribute; in drawNonVolatile() local 328 &hasColorAttribute, in drawNonVolatile() [all …]
|
/external/skqp/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 154 bool* hasColorAttribute, in makeGP() argument 182 *hasColorAttribute = true; in makeGP() 184 *hasColorAttribute = false; in makeGP() 220 bool hasColorAttribute; in drawVolatile() local 224 &hasColorAttribute, in drawVolatile() 250 this->fillBuffers(hasColorAttribute, in drawVolatile() 265 bool hasColorAttribute; in drawNonVolatile() local 269 &hasColorAttribute, in drawNonVolatile() 328 this->fillBuffers(hasColorAttribute, in drawNonVolatile() 350 void GrDrawVerticesOp::fillBuffers(bool hasColorAttribute, in fillBuffers() argument [all …]
|
D | GrDrawVerticesOp.h | 77 void fillBuffers(bool hasColorAttribute, 92 bool* hasColorAttribute,
|