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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp81 // this component exists in the destination and is not replaced
123 if ((info.inDest || info.needed) && !info.replaced)
268 uint8_t replaced=0; local
273 if (replaced == 0xF) {
274 // all components are replaced, skip this TMU.
277 tmu.replaced = replaced;
295 tmu.replaced = replaced;
304 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 36 milliseconds