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

  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 145 BlendDstFunc mBlendDst;
214 return mBlendDst;
330 BlendDstFunc mBlendDst;
342 mBlendDst = BlendDstFunc.ZERO;
401 mBlendDst = dst;
425 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID);
434 programStore.mBlendDst = mBlendDst;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 118 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
131 if ((mBlendDst == GGL_ONE_MINUS_DST_ALPHA) ||
132 (mBlendDst == GGL_DST_ALPHA)) {
133 mBlendDst = GGL_ONE;
142 const int blending = blending_codes(mBlendSrc, mBlendDst) |
147 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) {
150 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
160 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
490 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
618 const int bd = mBlendDst;
    [all...]
GGLAssembler.h 543 int mBlendDst;
blending.cpp 73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 292 milliseconds