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

/system/bt/doc/
H A Ddirectory_layout.md19 * gki - **Deprecated** *General Kernel Interface* - Eliminate - replaced by osi.
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp77 // this component exists in the destination and is not replaced
119 if ((info.inDest || info.needed) && !info.replaced)
264 uint8_t replaced=0; local
269 if (replaced == 0xF) {
270 // all components are replaced, skip this TMU.
273 tmu.replaced = replaced;
291 tmu.replaced = replaced;
300 replaced |
[all...]
H A DGGLAssembler.h323 uint8_t replaced; member in struct:android::GGLAssembler::texture_unit_t
329 uint8_t replaced; member in struct:android::GGLAssembler::texture_machine_t
338 bool replaced : 1; member in struct:android::GGLAssembler::component_info_t
H A DGGLAssembler.cpp173 info.replaced = !!(mTextureMachine.replaced & mask);
174 info.iterated = (!info.replaced && (info.inDest || info.needed));
523 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced);
602 if ((mTextureMachine.replaced & component_mask) == 0) {
603 // component wasn't replaced, so use it!
609 ((tmu.replaced & component_mask) == 0)) {

Completed in 93 milliseconds