Lines Matching refs:total
193 // Sorting rule #3: by larger total number of color bits, not considering
213 EGLint total = 0;
215 if (mWantRed) total += config.mRedSize;
216 if (mWantGreen) total += config.mGreenSize;
217 if (mWantBlue) total += config.mBlueSize;
218 if (mWantAlpha) total += config.mAlphaSize;
219 if (mWantLuminance) total += config.mLuminanceSize;
221 return total;
243 // By larger total number of color bits, only considering those that are requested to be > 0.
267 // but the same total.