Searched refs:setColorTransform (Results 1 – 5 of 5) sorted by relevance
85 HWC3::Error setColorTransform(const std::vector<float>& colorTransform);
121 HWC3::Error setColorTransform(const std::vector<float>& transform);
276 HWC3::Error Layer::setColorTransform(const std::vector<float>& colorTransform) { in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Layer
800 auto error = display.setColorTransform(matrix); in executeDisplayCommandSetColorTransform()1165 auto error = layer->setColorTransform(colorTransform); in executeLayerCommandSetLayerColorTransform()
724 HWC3::Error Display::setColorTransform(const std::vector<float>& transformMatrix) { in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Display