Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h455 ATTR_COMPRESSED = 2, enumerator
580 bool isCompressed() { return !!(mAttributes & ATTR_COMPRESSED); } in isCompressed()
/hardware/google/graphics/common/libacryl/
Dacrylic_layer.cpp523 attr |= ATTR_COMPRESSED; in importLayer()
Dacrylic_g2d.cpp1302 else if (layer->mAttribute & AcrylicCanvas::ATTR_COMPRESSED) { in requestPerformanceQoS()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1243 attribute |= AcrylicCanvas::ATTR_COMPRESSED; in setupLayer()
1408 attribute |= AcrylicCanvas::ATTR_COMPRESSED; in setupDst()
DExynosResourceManager.cpp2290 frame->setAttribute(j, AcrylicCanvas::ATTR_COMPRESSED); in deliverPerformanceInfo()