Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBlend.h99 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() function
139 return GrBlendEquationIsAdvanced(equation) || in GrBlendAllowsCoverageAsAlpha()
DGrCaps.h101 SkASSERT(GrBlendEquationIsAdvanced(equation)); in canUseAdvancedBlendEquation()
/external/skia/include/gpu/
DGrBlend.h99 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() function
139 return GrBlendEquationIsAdvanced(equation) || in GrBlendAllowsCoverageAsAlpha()
DGrCaps.h108 SkASSERT(GrBlendEquationIsAdvanced(equation)); in canUseAdvancedBlendEquation()
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp21 SkASSERT(GrBlendEquationIsAdvanced(equation)); in specific_layout_qualifier_name()
124 SkASSERT(GrBlendEquationIsAdvanced(equation)); in enableAdvancedBlendEquationIfNeeded()
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp33 SkASSERT(GrBlendEquationIsAdvanced(equation)); in specific_layout_qualifier_name()
207 SkASSERT(GrBlendEquationIsAdvanced(equation)); in enableAdvancedBlendEquationIfNeeded()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2910 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2934 if (GrBlendEquationIsAdvanced(equation)) { in flushBlend()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2890 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2914 if (GrBlendEquationIsAdvanced(equation)) { in flushBlend()