/external/skqp/include/gpu/ |
D | GrBlend.h | 51 enum GrBlendCoeff { enum 76 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc() 81 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst() 86 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2() 91 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor() 95 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseDstColor() 103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 104 GrBlendCoeff dstCoeff) { in GrBlendModifiesDst() 137 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha() 138 GrBlendCoeff dstCoeff) { in GrBlendAllowsCoverageAsAlpha()
|
/external/skia/include/gpu/ |
D | GrBlend.h | 51 enum GrBlendCoeff { enum 76 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc() 81 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst() 86 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2() 91 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor() 95 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseDstColor() 103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 104 GrBlendCoeff dstCoeff) { in GrBlendModifiesDst() 137 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha() 138 GrBlendCoeff dstCoeff) { in GrBlendAllowsCoverageAsAlpha()
|
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula() 92 GrBlendCoeff srcCoeff() const { in srcCoeff() 97 GrBlendCoeff dstCoeff() const { in dstCoeff() 143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, 144 GrBlendCoeff DstCoeff); 153 GrBlendCoeff fSrcCoeff : 6; 154 GrBlendCoeff fDstCoeff : 6; 173 GrBlendCoeff SrcCoeff, in GetProperties() 174 GrBlendCoeff DstCoeff) { in GetProperties() 194 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula() [all …]
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula() 92 GrBlendCoeff srcCoeff() const { in srcCoeff() 97 GrBlendCoeff dstCoeff() const { in dstCoeff() 143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, 144 GrBlendCoeff DstCoeff); 153 GrBlendCoeff fSrcCoeff : 6; 154 GrBlendCoeff fDstCoeff : 6; 173 GrBlendCoeff SrcCoeff, in GetProperties() 174 GrBlendCoeff DstCoeff) { in GetProperties() 194 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula() [all …]
|
/external/skia/src/gpu/ |
D | GrBlend.cpp | 82 static MaskedColor get_term(GrBlendCoeff coeff, const MaskedColor& src, const MaskedColor& dst, in get_term() 111 void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff, in GrGetCoeffBlendKnownComponents()
|
D | GrXferProcessor.h | 142 GrBlendCoeff fSrcBlend; 143 GrBlendCoeff fDstBlend;
|
D | GrXferProcessor.cpp | 105 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
D | SkGr.h | 187 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
|
/external/skqp/src/gpu/ |
D | GrBlend.cpp | 81 static MaskedColor get_term(GrBlendCoeff coeff, const MaskedColor& src, const MaskedColor& dst, in get_term() 110 void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff, in GrGetCoeffBlendKnownComponents()
|
D | GrXferProcessor.h | 142 GrBlendCoeff fSrcBlend; 143 GrBlendCoeff fDstBlend;
|
D | GrXferProcessor.cpp | 105 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
D | SkGr.h | 186 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 262 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend() 324 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant() 359 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() 360 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state() 549 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState() 550 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 262 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend() 324 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant() 359 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() 360 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state() 549 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState() 550 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 294 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff); 551 GrBlendCoeff fSrcCoeff; 552 GrBlendCoeff fDstCoeff; 559 fSrcCoeff = static_cast<GrBlendCoeff>(-1); in invalidate() 560 fDstCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
|
D | GrGLGpu.cpp | 126 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant() 2879 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend() 2880 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 312 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff); 564 GrBlendCoeff fSrcCoeff; 565 GrBlendCoeff fDstCoeff; 572 fSrcCoeff = static_cast<GrBlendCoeff>(-1); in invalidate() 573 fDstCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
|
D | GrGLGpu.cpp | 126 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant() 2899 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend() 2900 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
|