OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dualSourceBlendingSupport
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h
42
bool
dualSourceBlendingSupport
() const { return fDualSourceBlendingSupport; }
GrOptDrawState.cpp
66
if (caps.
dualSourceBlendingSupport
()) {
GrDrawState.cpp
299
if (caps.
dualSourceBlendingSupport
()) {
/external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp
171
!gpu->caps()->
dualSourceBlendingSupport
()) {
Completed in 515 milliseconds