Home
last modified time | relevance | path

Searched refs:getColorTransform (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DLayer.h86 const std::optional<std::array<float, 16>>& getColorTransform() const;
DDisplay.h142 std::array<float, 16> getColorTransform() const { return *mColorTransform; } in getColorTransform() function
DLayer.cpp288 const std::optional<std::array<float, 16>>& Layer::getColorTransform() const { in getColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Layer
DGuestFrameComposer.cpp802 HWC3::Error error = applyColorTransformToRGBA(display->getColorTransform(), // in presentDisplay()