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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp164 info.masked = !!(masking & mask);
165 info.inDest = !info.masked && mCbFormat.c[i].h &&
180 mMasking |= (mCbFormat.c[i].h && info.masked) ? mask : 0;
956 // There is no need to clear the masked components of the source
958 // by construction (masked components are not computed)
964 // clear masked component of source
970 // clear non masked components of destination
973 // or back the channels that were masked
H A DGGLAssembler.h329 bool masked : 1; member in struct:android::GGLAssembler::component_info_t

Completed in 6 milliseconds