Searched refs:GrBlendCoeff (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/gpu/ |
D | GrBlend.h | 51 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/ |
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 | 154 GrBlendCoeff fSrcBlend; 155 GrBlendCoeff fDstBlend;
|
D | GrXferProcessor.cpp | 125 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
D | SkGr.h | 194 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 232 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/ |
D | GrGLGpu.h | 271 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()
|
D | GrGLGpu.cpp | 125 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/ |
D | GrPorterDuffXferProcessor.cpp | 73 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff> 108 GrBlendCoeff fSrcCoeff : 6; 109 GrBlendCoeff fDstCoeff : 6;
|