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

  /external/skqp/src/gpu/ops/
GrDrawVerticesOp.h 110 bool fIgnoreColors;
118 return fVertices->hasColors() && !fIgnoreColors;
GrDrawVerticesOp.cpp 53 mesh.fIgnoreColors = false;
142 fMeshes.front().fIgnoreColors = true;
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 87 bool fIgnoreColors;
94 return fVertices->hasColors() && !fIgnoreColors;
156 mesh.fIgnoreColors = false;
220 fMeshes.front().fIgnoreColors = true;

Completed in 532 milliseconds