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

  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 144 uint32_t mBlending;
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 37 mBlending(HWC_BLENDING_NONE),
165 if (mBlending != blending) {
166 mBlending = blending;
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnRGBPlane.cpp 204 if (mBlending == HWC_BLENDING_COVERAGE) {
363 if (mBlending == HWC_BLENDING_COVERAGE) {
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 128 parts.packed = (!mTextureMachine.mask && !mBlending
132 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) {
395 if (!multiTexture && !mBlending && !mDithering && !mFog &&
    [all...]
GGLAssembler.h 532 int mBlending;
GGLAssembler.cpp 99 mBlending = 0;
179 mBlending |= (info.blend ? mask : 0);
    [all...]

Completed in 88 milliseconds