Home
last modified time | relevance | path

Searched refs:GrBlendCoeff (Results 1 – 9 of 9) 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 …]
/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()
DGrXferProcessor.h154 GrBlendCoeff fSrcBlend;
155 GrBlendCoeff fDstBlend;
DGrXferProcessor.cpp125 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
DSkGr.h194 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp232 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
294 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant()
329 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
330 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
538 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_dynamic_blend_constant_state()
539 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in set_dynamic_blend_constant_state()
/external/skia/src/gpu/gl/
DGrGLGpu.h271 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
541 GrBlendCoeff fSrcCoeff;
542 GrBlendCoeff fDstCoeff;
549 fSrcCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
550 fDstCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
DGrGLGpu.cpp125 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
2881 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2882 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp73 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
108 GrBlendCoeff fSrcCoeff : 6;
109 GrBlendCoeff fDstCoeff : 6;