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

  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 94 const std::unordered_map<ui::ColorMode, std::vector<ui::RenderIntent>>& hwcColorModes,
166 bool hasRenderIntent(ui::RenderIntent intent) const;
168 void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
170 ui::RenderIntent* outIntent) const;
199 ui::RenderIntent getActiveRenderIntent() const;
200 void setActiveRenderIntent(ui::RenderIntent renderIntent);
279 ui::RenderIntent mActiveRenderIntent = ui::RenderIntent::COLORIMETRIC;
294 // Mappings from desired Dataspace/RenderIntent to the supporte
    [all...]
SurfaceFlinger.cpp 112 using ui::RenderIntent;
    [all...]

Completed in 412 milliseconds