Searched refs:masked (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp163 info.masked = !!(masking & mask);
164 info.inDest = !info.masked && mCbFormat.c[i].h &&
179 mMasking |= (mCbFormat.c[i].h && info.masked) ? mask : 0;
944 // There is no need to clear the masked components of the source
946 // by construction (masked components are not computed)
952 // clear masked component of source
958 // clear non masked components of destination
961 // or back the channels that were masked
H A DGGLAssembler.h325 bool masked : 1; member in struct:android::GGLAssembler::component_info_t

Completed in 49 milliseconds