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

  /external/skqp/src/gpu/ops/
GrDrawVerticesOp.h 131 bool requiresPerVertexColors() const {
GrDrawVerticesOp.cpp 134 if (this->requiresPerVertexColors()) {
175 if (this->requiresPerVertexColors()) {
524 if (!this->requiresPerVertexColors() && this->fMeshes[0].fColor != that->fMeshes[0].fColor) {
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 103 bool requiresPerVertexColors() const {
212 if (this->requiresPerVertexColors()) {
252 if (this->requiresPerVertexColors()) {
553 if (!this->requiresPerVertexColors() && this->fMeshes[0].fColor != that->fMeshes[0].fColor) {

Completed in 4726 milliseconds