Home
last modified time | relevance | path

Searched refs:hasSolidCoverage (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDrawState.cpp533 bool GrDrawState::hasSolidCoverage(GrVertexLayout layout) const { in hasSolidCoverage() function in GrDrawState
DGrDrawState.h315 bool hasSolidCoverage(GrVertexLayout) const;
DGrInOrderDrawBuffer.cpp89 this->getDrawState().hasSolidCoverage(this->getGeomSrc().fVertexLayout)) { in drawRect()