HomeSort by relevance Sort by last modified time
    Searched refs:inDest (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 164 info.inDest = !info.masked && mCbFormat.c[i].h &&
168 info.inDest = false;
173 info.iterated = (!info.replaced && (info.inDest || info.needed));
175 info.fog = mFog && info.inDest && (i != GGLFormat::ALPHA);
468 if (mInfo[component].inDest) {
516 if (mInfo[component].inDest)
596 if (mInfo[component].inDest) {
    [all...]
GGLAssembler.h 326 bool inDest : 1;
texturing.cpp 123 if ((info.inDest || info.needed) && !info.replaced)
    [all...]

Completed in 35 milliseconds