Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h208 status_t getWideColorSupport(bool* supported) __attribute__((__deprecated__));
/frameworks/native/libs/gui/
DSurface.cpp387 status_t Surface::getWideColorSupport(bool* supported) { in getWideColorSupport() function in android::Surface
1668 return getWideColorSupport(outSupport); in dispatchGetWideColorSupport()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp370 surface->getWideColorSupport(&supported); in TEST_F()