Home
last modified time | relevance | path

Searched refs:hasWideColorGamut (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp227 bool hasWideColorGamut, in DisplayDevice() argument
251 mHasWideColorGamut(hasWideColorGamut),
284 if (this->hasWideColorGamut()) {
718 if (!hasWideColorGamut()) { in populateColorModes()
DDisplayDevice.h91 bool hasWideColorGamut,
147 bool hasWideColorGamut() const { return mHasWideColorGamut; } in hasWideColorGamut() function
DSurfaceFlinger.cpp2268 bool hasWideColorGamut = false; in setupNewDisplayDeviceInternal() local
2278 hasWideColorGamut = true; in setupNewDisplayDeviceInternal()
2324 hasWideColorGamut, hdrCapabilities, in setupNewDisplayDeviceInternal()
2334 if (hasWideColorGamut) { in setupNewDisplayDeviceInternal()
2907 if (displayDevice->hasWideColorGamut()) { in doComposeSurfaces()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1047 EXPECT_EQ(Case::WideColorSupport::WIDE_COLOR_SUPPORTED, device->hasWideColorGamut()); in setupNewDisplayDeviceInternalTest()