Searched defs:replaced (Results 1 - 2 of 2) 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.h317 uint8_t replaced; member in struct:android::GGLAssembler::texture_unit_t
323 uint8_t replaced; member in struct:android::GGLAssembler::texture_machine_t
332 bool replaced : 1; member in struct:android::GGLAssembler::component_info_t

Completed in 5 milliseconds