HomeSort by relevance Sort by last modified time
    Searched refs:advancedBlendEquationSupport (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
AdvancedBlendTest.cpp 38 if (caps.advancedBlendEquationSupport() &&
  /external/skqp/tests/
AdvancedBlendTest.cpp 36 if (caps.advancedBlendEquationSupport() &&
  /external/skia/src/gpu/
GrCaps.h 98 bool advancedBlendEquationSupport() const {
108 SkASSERT(this->advancedBlendEquationSupport());
GrCaps.cpp 215 if (this->advancedBlendEquationSupport()) {
  /external/skqp/src/gpu/
GrCaps.h 98 bool advancedBlendEquationSupport() const {
108 SkASSERT(this->advancedBlendEquationSupport());
GrCaps.cpp 214 if (this->advancedBlendEquationSupport()) {
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 59 if (!caps.advancedBlendEquationSupport()) {
  /external/skqp/src/gpu/effects/
GrCustomXfermode.cpp 59 if (!caps.advancedBlendEquationSupport()) {
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
GrGLCaps.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.cpp     [all...]
GrGLGpu.cpp     [all...]

Completed in 147 milliseconds