Home
last modified time | relevance | path

Searched refs:blendEquationSupport (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DAdvancedBlendTest.cpp52 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
57 == caps.blendEquationSupport()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DAdvancedBlendTest.cpp40 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
45 == caps.blendEquationSupport()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/gpu/
DGrCaps.h96 BlendEquationSupport blendEquationSupport() const { return fBlendEquationSupport; } in blendEquationSupport() function
/external/skia/src/gpu/
DGrCaps.h133 BlendEquationSupport blendEquationSupport() const { return fBlendEquationSupport; } in blendEquationSupport() function
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp353 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp354 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3564 this->caps()->blendEquationSupport()); in xferBarrier()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3914 this->caps()->blendEquationSupport()); in xferBarrier()