HomeSort by relevance Sort by last modified time
    Searched refs:hasPerVertexColors (Results 1 - 3 of 3) sorted by null

  /external/skqp/src/gpu/ops/
GrDrawVerticesOp.h 106 SkPMColor4f fColor; // Used if this->hasPerVertexColors() is false.
117 bool hasPerVertexColors() const {
GrDrawVerticesOp.cpp 70 if (mesh.hasPerVertexColors()) {
385 mesh.hasPerVertexColors();
431 if (mesh.hasPerVertexColors()) {
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 83 SkPMColor4f fColor; // Used if this->hasPerVertexColors() is false.
93 bool hasPerVertexColors() const {
166 if (mesh.hasPerVertexColors()) {
433 mesh.hasPerVertexColors();
474 if (mesh.hasPerVertexColors()) {

Completed in 626 milliseconds