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

  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 143 BlendDstFunc mBlendDst;
212 return mBlendDst;
328 BlendDstFunc mBlendDst;
340 mBlendDst = BlendDstFunc.ZERO;
399 mBlendDst = dst;
423 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID);
432 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 553 int mBlendDst;
blending.cpp 73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 388 milliseconds