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

  /external/skia/tests/
AdvancedBlendTest.cpp 42 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) {
47 == caps.blendEquationSupport());
  /external/skqp/tests/
AdvancedBlendTest.cpp 40 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) {
45 == caps.blendEquationSupport());
  /external/skia/src/gpu/
GrCaps.h 85 enum BlendEquationSupport {
96 BlendEquationSupport blendEquationSupport() const { return fBlendEquationSupport; }
370 BlendEquationSupport fBlendEquationSupport;
  /external/skqp/src/gpu/
GrCaps.h 85 enum BlendEquationSupport {
96 BlendEquationSupport blendEquationSupport() const { return fBlendEquationSupport; }
372 BlendEquationSupport fBlendEquationSupport;
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 357 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) {
  /external/skqp/src/gpu/effects/
GrCustomXfermode.cpp 354 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) {
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 126 milliseconds