OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputColorIsUsed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp
60
bool
inputColorIsUsed
= true;
63
while (firstEffectiveColorStage > 0 &&
inputColorIsUsed
) {
66
inputColorIsUsed
= effect->willUseInputColor();
95
(!
inputColorIsUsed
);
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
60
bool
inputColorIsUsed
= true;
63
while (firstEffectiveColorStage > 0 &&
inputColorIsUsed
) {
66
inputColorIsUsed
= effect->willUseInputColor();
95
(!
inputColorIsUsed
);
Completed in 123 milliseconds