HomeSort by relevance Sort by last modified time
    Searched refs:dstCoeff (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/
GrDrawTarget.cpp 809 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...]
GrDrawState.h 272 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
274 fDstBlend = dstCoeff;
276 switch (dstCoeff) {
GrDrawTarget.h     [all...]
  /external/skia/src/gpu/gl/
GrGpuGLShaders.h 89 GrBlendCoeff dstCoeff);
GrGpuGLShaders.cpp 757 GrBlendCoeff dstCoeff;
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);
    [all...]
GrGpuGL.h 172 GrBlendCoeff dstCoeff);
GrGLProgram.h 57 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
GrGpuGL.cpp     [all...]
GrGLProgram.cpp 187 GrBlendCoeff* dstCoeff) const {
196 *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_BlendCoeff;
263 SkXfermode::Coeff dstCoeff,
267 switch (dstCoeff) {
282 if (SkXfermode::kZero_Coeff == dstCoeff) {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 27 SkXfermode::Coeff srcCoeff, dstCoeff;
28 if (SkXfermode::AsCoeff(paint->getXfermode(), &srcCoeff, &dstCoeff)){
29 switch (dstCoeff) {

Completed in 232 milliseconds