Searched refs:dstCoeff (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawTarget.cpp809 GrBlendCoeff dstCoeff = this->getDrawState().getDstBlendCoeff();
810 return kOne_BlendCoeff == dstCoeff ||
811 kISA_BlendCoeff == dstCoeff ||
812 kISC_BlendCoeff == dstCoeff;
847 GrBlendCoeff* dstCoeff) const {
858 if (NULL == dstCoeff) {
859 dstCoeff = &bogusDstCoeff;
861 *dstCoeff = drawState.getDstBlendCoeff();
869 GrAssert(kDA_BlendCoeff != *dstCoeff &&
870 kIDA_BlendCoeff != *dstCoeff
[all...]
H A DGrDrawState.h272 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { argument
274 fDstBlend = dstCoeff;
276 switch (dstCoeff) {
H A DGrDrawTarget.h868 // to work. srcCoeff and dstCoeff are optional params that receive the
876 GrBlendCoeff* dstCoeff = NULL) const;
/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.h89 GrBlendCoeff dstCoeff);
H A DGrGpuGLShaders.cpp757 GrBlendCoeff dstCoeff; local
758 BlendOptFlags blendOpts = this->getBlendOpts(false, &srcCoeff, &dstCoeff);
763 this->buildProgram(type, blendOpts, dstCoeff);
774 fCurrentProgram.overrideBlend(&srcCoeff, &dstCoeff);
775 this->flushBlend(type, srcCoeff, dstCoeff);
954 GrBlendCoeff dstCoeff) {
1214 if (kZero_BlendCoeff == dstCoeff) {
1218 } else if (kSA_BlendCoeff == dstCoeff) {
1223 } else if (kSC_BlendCoeff == dstCoeff) {
952 buildProgram(GrPrimitiveType type, BlendOptFlags blendOpts, GrBlendCoeff dstCoeff) argument
H A DGrGLProgram.h57 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
H A DGrGpuGL.h172 GrBlendCoeff dstCoeff);
H A DGrGpuGL.cpp1878 GrBlendCoeff dstCoeff) {
1895 kZero_BlendCoeff == dstCoeff;
1906 fHWDrawState.getDstBlendCoeff() != dstCoeff) {
1908 gXfermodeCoeff2Blend[dstCoeff]));
1909 fHWDrawState.setBlendFunc(srcCoeff, dstCoeff);
1913 BlendCoeffReferencesConstant(dstCoeff)) &&
1876 flushBlend(GrPrimitiveType type, GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) argument
H A DGrGLProgram.cpp187 GrBlendCoeff* dstCoeff) const {
196 *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_BlendCoeff;
263 SkXfermode::Coeff dstCoeff,
267 switch (dstCoeff) {
282 if (SkXfermode::kZero_Coeff == dstCoeff) {
262 needBlendInputs(SkXfermode::Coeff srcCoeff, SkXfermode::Coeff dstCoeff, bool* needSrcValue, bool* needDstValue) argument
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp27 SkXfermode::Coeff srcCoeff, dstCoeff; local
28 if (SkXfermode::AsCoeff(paint->getXfermode(), &srcCoeff, &dstCoeff)){
29 switch (dstCoeff) {

Completed in 99 milliseconds