HomeSort by relevance Sort by last modified time
    Searched full:dstblend (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 99 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
105 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
114 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
120 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
126 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
133 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
139 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
145 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
152 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
158 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR
    [all...]
svga_state_rss.c 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail );
svga_context.h 97 uint8_t dstblend; member in struct:svga_blend_state::__anon16681
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 37 static GrXferProcessor* Create(GrBlendCoeff srcBlend, GrBlendCoeff dstBlend,
40 return SkNEW_ARGS(PorterDuffXferProcessor, (srcBlend, dstBlend, constant, dstCopy,
91 PorterDuffXferProcessor(GrBlendCoeff srcBlend, GrBlendCoeff dstBlend, GrColor constant,
278 GrBlendCoeff dstBlend,
284 , fDstBlend(dstBlend)
469 static GrXferProcessor* Create(GrBlendCoeff srcBlend, GrBlendCoeff dstBlend,
544 GrXferProcessor* PDLCDXferProcessor::Create(GrBlendCoeff srcBlend, GrBlendCoeff dstBlend,
546 if (kOne_GrBlendCoeff != srcBlend || kISA_GrBlendCoeff != dstBlend) {
    [all...]

Completed in 271 milliseconds