/external/skqp/include/gpu/ |
D | GrBlend.h | 18 enum GrBlendEquation { enum 99 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() 103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 136 static constexpr bool GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation, in GrBlendAllowsCoverageAsAlpha()
|
D | GrCaps.h | 100 bool canUseAdvancedBlendEquation(GrBlendEquation equation) const { in canUseAdvancedBlendEquation()
|
/external/skia/include/gpu/ |
D | GrBlend.h | 18 enum GrBlendEquation { enum 99 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() 103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 136 static constexpr bool GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation, in GrBlendAllowsCoverageAsAlpha()
|
D | GrCaps.h | 107 bool canUseAdvancedBlendEquation(GrBlendEquation equation) const { in canUseAdvancedBlendEquation()
|
/external/skqp/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 32 static constexpr GrBlendEquation hw_blend_equation(SkBlendMode mode) { in hw_blend_equation() 50 return static_cast<GrBlendEquation>((int)mode + EQ_OFFSET); in hw_blend_equation() 54 static bool can_use_hw_blend_equation(GrBlendEquation equation, in can_use_hw_blend_equation() 74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() 82 , fHWBlendEquation(static_cast<GrBlendEquation>(-1)) { in CustomXP() 92 GrBlendEquation hwBlendEquation() const { in hwBlendEquation() 107 const GrBlendEquation fHWBlendEquation; 231 GrBlendEquation fHWBlendEquation;
|
D | GrPorterDuffXferProcessor.cpp | 45 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() 87 GrBlendEquation equation() const { in equation() 143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, 152 GrBlendEquation fBlendEquation : 6; 172 GrBlendEquation BlendEquation, in GetProperties()
|
/external/skia/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 32 static constexpr GrBlendEquation hw_blend_equation(SkBlendMode mode) { in hw_blend_equation() 50 return static_cast<GrBlendEquation>((int)mode + EQ_OFFSET); in hw_blend_equation() 54 static bool can_use_hw_blend_equation(GrBlendEquation equation, in can_use_hw_blend_equation() 74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() 82 , fHWBlendEquation(static_cast<GrBlendEquation>(-1)) { in CustomXP() 92 GrBlendEquation hwBlendEquation() const { in hwBlendEquation() 107 const GrBlendEquation fHWBlendEquation; 231 GrBlendEquation fHWBlendEquation;
|
D | GrPorterDuffXferProcessor.cpp | 45 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() 87 GrBlendEquation equation() const { in equation() 143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, 152 GrBlendEquation fBlendEquation : 6; 172 GrBlendEquation BlendEquation, in GetProperties()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.h | 87 virtual void enableAdvancedBlendEquationIfNeeded(GrBlendEquation) = 0; 114 void enableAdvancedBlendEquationIfNeeded(GrBlendEquation) override;
|
D | GrGLSLFragmentShaderBuilder.cpp | 20 static const char* specific_layout_qualifier_name(GrBlendEquation equation) { in specific_layout_qualifier_name() 123 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) { in enableAdvancedBlendEquationIfNeeded()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.h | 145 virtual void enableAdvancedBlendEquationIfNeeded(GrBlendEquation) = 0; 176 void enableAdvancedBlendEquationIfNeeded(GrBlendEquation) override;
|
D | GrGLSLFragmentShaderBuilder.cpp | 32 static const char* specific_layout_qualifier_name(GrBlendEquation equation) { in specific_layout_qualifier_name() 206 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) { in enableAdvancedBlendEquationIfNeeded()
|
/external/skia/src/gpu/ |
D | GrXferProcessor.cpp | 63 static const char* equation_string(GrBlendEquation eq) { in equation_string()
|
D | GrXferProcessor.h | 141 GrBlendEquation fEquation;
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.cpp | 63 static const char* equation_string(GrBlendEquation eq) { in equation_string()
|
D | GrXferProcessor.h | 141 GrBlendEquation fEquation;
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 550 GrBlendEquation fEquation; 558 fEquation = static_cast<GrBlendEquation>(-1); in invalidate()
|
D | GrGLGpu.cpp | 2878 GrBlendEquation equation = blendInfo.fEquation; in flushBlend() 2893 GrBlendEquation blend_equation = kAdd_GrBlendEquation; in flushBlend()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 563 GrBlendEquation fEquation; 571 fEquation = static_cast<GrBlendEquation>(-1); in invalidate()
|
D | GrGLGpu.cpp | 2898 GrBlendEquation equation = blendInfo.fEquation; in flushBlend() 2913 GrBlendEquation blend_equation = kAdd_GrBlendEquation; in flushBlend()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 309 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() 358 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 309 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() 358 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()
|