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

  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 144 BlendSrcFunc mBlendSrc;
206 return mBlendSrc;
329 BlendSrcFunc mBlendSrc;
341 mBlendSrc = BlendSrcFunc.ONE;
400 mBlendSrc = src;
425 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID);
433 programStore.mBlendSrc = mBlendSrc;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 117 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n));
123 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) ||
124 (mBlendSrc == GGL_DST_ALPHA)) {
125 mBlendSrc = GGL_ONE;
142 const int blending = blending_codes(mBlendSrc, mBlendDst) |
146 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
149 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
617 const int bs = mBlendSrc;
    [all...]
GGLAssembler.h 542 int mBlendSrc;
blending.cpp 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;

Completed in 173 milliseconds