Searched refs:replaced (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp78 // this component exists in the destination and is not replaced
120 if ((info.inDest || info.needed) && !info.replaced)
265 uint8_t replaced=0; local
270 if (replaced == 0xF) {
271 // all components are replaced, skip this TMU.
274 tmu.replaced = replaced;
292 tmu.replaced = replaced;
301 replaced |
[all...]
H A DGGLAssembler.h313 uint8_t replaced; member in struct:android::GGLAssembler::texture_unit_t
319 uint8_t replaced; member in struct:android::GGLAssembler::texture_machine_t
328 bool replaced : 1; member in struct:android::GGLAssembler::component_info_t
H A DGGLAssembler.cpp172 info.replaced = !!(mTextureMachine.replaced & mask);
173 info.iterated = (!info.replaced && (info.inDest || info.needed));
520 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced);
599 if ((mTextureMachine.replaced & component_mask) == 0) {
600 // component wasn't replaced, so use it!
606 ((tmu.replaced & component_mask) == 0)) {

Completed in 24 milliseconds