Searched refs:mDithering (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp124 if (mDithering) {
556 if (mDithering) {
586 if ((mDithering) && (a.size() < ms)) {
627 if (mDithering) {
647 if (mDithering) {
H A DGGLAssembler.cpp101 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p);
185 mDithering = 0;
205 if (mDithering) {
258 if (mDithering) {
367 if (mDithering) {
523 need_extract |= mDithering;
H A Dload_store.cpp246 dithering = mDithering;
H A Dtexturing.cpp46 // NOTE: we could take this case in the mDithering + !mSmooth case,
126 && !mFog && !mDithering);
129 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) {
392 if (!multiTexture && !mBlending && !mDithering && !mFog &&
H A DGGLAssembler.h528 int mDithering; member in class:android::GGLAssembler

Completed in 43 milliseconds