Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp165 info.inDest = !info.masked && mCbFormat.c[i].h && in scanline_core()
169 info.inDest = false; in scanline_core()
174 info.iterated = (!info.replaced && (info.inDest || info.needed)); in scanline_core()
176 info.fog = mFog && info.inDest && (i != GGLFormat::ALPHA); in scanline_core()
471 if (mInfo[component].inDest) { in build_component()
519 if (mInfo[component].inDest) in build_incoming_component()
599 if (mInfo[component].inDest) { in build_incoming_component()
DGGLAssembler.h336 bool inDest : 1; member
Dtexturing.cpp119 if ((info.inDest || info.needed) && !info.replaced) in init_iterated_color()