Home
last modified time | relevance | path

Searched refs:GrBlendCoeff (Results 1 – 10 of 10) sorted by relevance

/external/skia/include/gpu/
DGrBlend.h51 enum GrBlendCoeff { enum
82 void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff,
90 template<GrBlendCoeff Coeff>
99 inline bool GrBlendCoeffRefsSrc(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
111 template<GrBlendCoeff Coeff>
120 inline bool GrBlendCoeffRefsDst(GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
133 template<GrBlendCoeff Coeff>
142 inline bool GrBlendCoeffRefsSrc2(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
155 template<GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
163 template<GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
[all …]
DGrXferProcessor.h168 GrBlendCoeff fSrcBlend;
169 GrBlendCoeff fDstBlend;
/external/skia/src/gpu/
DGrBlend.cpp81 static MaskedColor get_term(GrBlendCoeff coeff, const MaskedColor& src, const MaskedColor& dst, in get_term()
110 void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff, in GrGetCoeffBlendKnownComponents()
DSkGrPriv.h136 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
DGrXferProcessor.cpp142 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
/external/skia/src/gpu/gl/
DGrGLGpu.h258 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
540 GrBlendCoeff fSrcCoeff;
541 GrBlendCoeff fDstCoeff;
548 fSrcCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
549 fDstCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
DGrGLGpu.cpp111 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
2885 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2886 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp256 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
318 bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant()
354 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
355 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
/external/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp181 GrBlendCoeff srcCoeff = SkXfermodeCoeffToGrBlendCoeff(skSrcCoeff); in onComputeInvariantOutput()
182 GrBlendCoeff dstCoeff = SkXfermodeCoeffToGrBlendCoeff(skDstCoeff); in onComputeInvariantOutput()
DGrPorterDuffXferProcessor.cpp74 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
109 GrBlendCoeff fSrcCoeff : 6;
110 GrBlendCoeff fDstCoeff : 6;