Home
last modified time | relevance | path

Searched defs:DisplaySettings (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DDisplaySettings.h32 struct DisplaySettings { struct
35 Rect physicalDisplay = Rect::INVALID_RECT;
41 Rect clip = Rect::INVALID_RECT;
44 float maxLuminance = 1.0f;
68 static inline bool operator==(const DisplaySettings& lhs, const DisplaySettings& rhs) { argument
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DDisplaySettings.h32 struct DisplaySettings { struct
35 Rect physicalDisplay = Rect::INVALID_RECT;
41 Rect clip = Rect::INVALID_RECT;
65 static inline bool operator==(const DisplaySettings& lhs, const DisplaySettings& rhs) { argument
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DDisplaySettings.java41 public class DisplaySettings extends DashboardFragment { class
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.h47 virtual status_t drawLayers(const DisplaySettings& /*display*/, in drawLayers()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp656 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
716 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
865 base::unique_fd&&, base::unique_fd*) -> int32_t { in TEST_F()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineThreadedTest.cpp186 base::unique_fd&&, base::unique_fd*) -> status_t { return NO_ERROR; }); in TEST_F()
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineThreadedTest.cpp209 base::unique_fd*) -> status_t { return NO_ERROR; }); in TEST_F()