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 145 BlendSrcFunc mBlendSrc;
207 return mBlendSrc;
330 BlendSrcFunc mBlendSrc;
342 mBlendSrc = BlendSrcFunc.ONE;
401 mBlendSrc = src;
426 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID);
434 programStore.mBlendSrc = mBlendSrc;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 118 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n));
124 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) ||
125 (mBlendSrc == GGL_DST_ALPHA)) {
126 mBlendSrc = GGL_ONE;
143 const int blending = blending_codes(mBlendSrc, mBlendDst) |
147 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
150 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
620 const int bs = mBlendSrc;
    [all...]
GGLAssembler.h 546 int mBlendSrc;
blending.cpp 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;

Completed in 5311 milliseconds