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

  /system/core/libpixelflinger/codeflinger/
blending.cpp 124 if (mDithering) {
556 if (mDithering) {
586 if ((mDithering) && (a.size() < ms)) {
627 if (mDithering) {
647 if (mDithering) {
GGLAssembler.cpp 101 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p);
185 mDithering = 0;
205 if (mDithering) {
258 if (mDithering) {
367 if (mDithering) {
523 need_extract |= mDithering;
    [all...]
texturing.cpp 49 // NOTE: we could take this case in the mDithering + !mSmooth case,
129 && !mFog && !mDithering);
132 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) {
395 if (!multiTexture && !mBlending && !mDithering && !mFog &&
    [all...]
GGLAssembler.h 528 int mDithering;
load_store.cpp 264 dithering = mDithering;

Completed in 50 milliseconds