Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp156 bool* hasBoneAttribute) const { in makeGP()
192 *hasBoneAttribute = this->hasBones(); in makeGP()
222 bool hasBoneAttribute; in drawVolatile() local
226 &hasBoneAttribute); in drawVolatile()
252 hasBoneAttribute, in drawVolatile()
267 bool hasBoneAttribute; in drawNonVolatile() local
271 &hasBoneAttribute); in drawNonVolatile()
330 hasBoneAttribute, in drawNonVolatile()
352 bool hasBoneAttribute, in fillBuffers() argument
363 bool fastAttrs = hasColorAttribute && !hasLocalCoordsAttribute && !hasBoneAttribute; in fillBuffers()
[all …]
DGrDrawVerticesOp.h79 bool hasBoneAttribute,
94 bool* hasBoneAttribute) const;