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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp159 component_info_t& info = mInfo[i];
471 if (mInfo[component].inDest) {
518 int need_extract = mInfo[component].needed;
519 if (mInfo[component].inDest)
524 need_extract |= mInfo[component].smooth;
525 need_extract |= mInfo[component].fog;
549 (mInfo[component].needed || fragment.size()<dst_size))
599 if (mInfo[component].inDest) {
638 if (!mInfo[i].iterated)
H A Dtexturing.cpp78 if (!mInfo[i].iterated)
90 if (mInfo[i].smooth) {
122 component_info_t& info = mInfo[i];
132 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) {
188 if (!mInfo[component].iterated)
218 if (mInfo[component].smooth && mAA) {
H A Dblending.cpp36 if (mInfo[component].fog) {
69 if (!mInfo[component].blend)
H A DGGLAssembler.h525 component_info_t mInfo[4]; member in class:android::GGLAssembler

Completed in 722 milliseconds