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 146 BlendDstFunc mBlendDst;
215 return mBlendDst;
331 BlendDstFunc mBlendDst;
343 mBlendDst = BlendDstFunc.ZERO;
402 mBlendDst = dst;
426 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID);
435 programStore.mBlendDst = mBlendDst;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 119 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
132 if ((mBlendDst == GGL_ONE_MINUS_DST_ALPHA) ||
133 (mBlendDst == GGL_DST_ALPHA)) {
134 mBlendDst = GGL_ONE;
143 const int blending = blending_codes(mBlendSrc, mBlendDst) |
148 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) {
151 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
161 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
493 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
621 const int bd = mBlendDst;
    [all...]
GGLAssembler.h 547 int mBlendDst;
blending.cpp 73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 216 milliseconds