HomeSort by relevance Sort by last modified time
    Searched refs:needsDithering (Results 1 - 3 of 3) 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; }
LayerBase.cpp 452 "isOpaque=%1d, needsDithering=%1d, invalidate=%1d, "
457 isOpaque(), needsDithering(), contentDirty,

Completed in 99 milliseconds