Home
last modified time | relevance | path

Searched refs:getWideColorSupport (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h152 bool getWideColorSupport() const { return mDisplayHasWideColor; } in getWideColorSupport() function
DSurfaceFlinger.cpp2516 mRenderEngine->setWideColor(displayDevice->getWideColorSupport()); in doComposeSurfaces()
/frameworks/native/include/gui/
DSurface.h158 status_t getWideColorSupport(bool* supported);
/frameworks/native/libs/gui/
DSurface.cpp321 status_t Surface::getWideColorSupport(bool* supported) { in getWideColorSupport() function in android::Surface
1130 return getWideColorSupport(outSupport); in dispatchGetWideColorSupport()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp281 surface->getWideColorSupport(&supported); in TEST_F()