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

  /external/skia/gpu/src/
GrGpuGL.h 128 GrBlendCoeff dstCoeff);
GrGLProgram.h 73 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
GrDrawTarget.cpp 378 GrBlendCoeff dstCoeff) {
380 fCurrDrawState.fDstBlend = dstCoeff;
382 switch (dstCoeff) {
GrGLProgram.cpp 151 GrBlendCoeff* dstCoeff) const {
160 *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_BlendCoeff;
232 SkXfermode::Coeff dstCoeff,
236 switch (dstCoeff) {
251 if (SkXfermode::kZero_Coeff == dstCoeff) {
    [all...]
GrGpuGLShaders.cpp 570 GrBlendCoeff dstCoeff = fCurrDrawState.fDstBlend;
572 fCurrentProgram.overrideBlend(&srcCoeff, &dstCoeff);
573 this->flushBlend(type, srcCoeff, dstCoeff);
    [all...]
GrGpuGL.cpp     [all...]
  /external/skia/gpu/include/
GrDrawTarget.h 456 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff);
    [all...]

Completed in 476 milliseconds