Searched refs:setColorTransform (Results 1 – 8 of 8) sorted by relevance
87 HWC3::Error setColorTransform(const std::vector<float>& colorTransform);
127 HWC3::Error setColorTransform(const std::vector<float>& transform);
294 HWC3::Error Layer::setColorTransform(const std::vector<float>& colorTransform) { in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Layer
833 auto error = display->setColorTransform(matrix); in executeDisplayCommandSetColorTransform()1190 auto error = layer->setColorTransform(colorTransform); in executeLayerCommandSetLayerColorTransform()
728 HWC3::Error Display::setColorTransform( in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Display
352 displayHook<decltype(&Display::setColorTransform), in getFunction()353 &Display::setColorTransform, const float*, int32_t>); in getFunction()
111 HWC2::Error setColorTransform(const float* matrix, int transform);
564 HWC2::Error Display::setColorTransform(const float* transformMatrix, in setColorTransform() function in android::Display