OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputCoverageIsUsed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrOptDrawState.h
24
bool
inputCoverageIsUsed
() const { return fInputCoverageIsUsed; }
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp
209
bool
inputCoverageIsUsed
= optState.
inputCoverageIsUsed
();
335
if (covIsSolidWhite || !
inputCoverageIsUsed
) {
Completed in 315 milliseconds