Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeviceInfo.h65 if (!Properties::hdr10bitPlus) { in isSupportFp16ForHdr()
74 if (!Properties::hdr10bitPlus) { in isSupportRgba10101010ForHdr()
DProperties.cpp102 bool Properties::hdr10bitPlus = false; member in android::uirenderer::Properties
175 hdr10bitPlus = hwui_flags::hdr_10bit_plus(); in load()
DProperties.h344 static bool hdr10bitPlus; variable