Searched refs:hasWideColorGamut (Results 1 – 4 of 4) sorted by relevance
227 bool hasWideColorGamut, in DisplayDevice() argument251 mHasWideColorGamut(hasWideColorGamut),284 if (this->hasWideColorGamut()) {718 if (!hasWideColorGamut()) { in populateColorModes()
91 bool hasWideColorGamut,147 bool hasWideColorGamut() const { return mHasWideColorGamut; } in hasWideColorGamut() function
2268 bool hasWideColorGamut = false; in setupNewDisplayDeviceInternal() local2278 hasWideColorGamut = true; in setupNewDisplayDeviceInternal()2324 hasWideColorGamut, hdrCapabilities, in setupNewDisplayDeviceInternal()2334 if (hasWideColorGamut) { in setupNewDisplayDeviceInternal()2907 if (displayDevice->hasWideColorGamut()) { in doComposeSurfaces()
1047 EXPECT_EQ(Case::WideColorSupport::WIDE_COLOR_SUPPORTED, device->hasWideColorGamut()); in setupNewDisplayDeviceInternalTest()