Home
last modified time | relevance | path

Searched refs:need_extract (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp518 int need_extract = mInfo[component].needed; in build_incoming_component() local
521 need_extract |= ((need_blending ? in build_incoming_component()
523 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced); in build_incoming_component()
524 need_extract |= mInfo[component].smooth; in build_incoming_component()
525 need_extract |= mInfo[component].fog; in build_incoming_component()
526 need_extract |= mDithering; in build_incoming_component()
527 need_extract |= multiTexture; in build_incoming_component()
530 if (need_extract) { in build_incoming_component()