HomeSort by relevance Sort by last modified time
    Searched defs:needsDithering (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
Layer.h 74 virtual bool needsDithering() const { return mNeedsDithering; }
LayerBase.h 188 * needsDithering - true if this surface needs dithering
190 virtual bool needsDithering() const { return false; }

Completed in 41 milliseconds