OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputCoverageIsUsed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp
71
bool
inputCoverageIsUsed
= true;
74
while (firstEffectiveCoverageStage > 0 &&
inputCoverageIsUsed
) {
77
inputCoverageIsUsed
= effect->willUseInputColor();
163
} else if (covIsSolidWhite || !
inputCoverageIsUsed
) {
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
71
bool
inputCoverageIsUsed
= true;
74
while (firstEffectiveCoverageStage > 0 &&
inputCoverageIsUsed
) {
77
inputCoverageIsUsed
= effect->willUseInputColor();
163
} else if (covIsSolidWhite || !
inputCoverageIsUsed
) {
Completed in 191 milliseconds