Home
last modified time | relevance | path

Searched refs:setColorTransform (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DLayer.h87 HWC3::Error setColorTransform(const std::vector<float>& colorTransform);
DDisplay.h127 HWC3::Error setColorTransform(const std::vector<float>& transform);
DLayer.cpp294 HWC3::Error Layer::setColorTransform(const std::vector<float>& colorTransform) { in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Layer
DComposerClient.cpp833 auto error = display->setColorTransform(matrix); in executeDisplayCommandSetColorTransform()
1190 auto error = layer->setColorTransform(colorTransform); in executeLayerCommandSetLayerColorTransform()
DDisplay.cpp728 HWC3::Error Display::setColorTransform( in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::Display
/device/generic/goldfish-opengl/system/hwc2/
DDevice.cpp352 displayHook<decltype(&Display::setColorTransform), in getFunction()
353 &Display::setColorTransform, const float*, int32_t>); in getFunction()
DDisplay.h111 HWC2::Error setColorTransform(const float* matrix, int transform);
DDisplay.cpp564 HWC2::Error Display::setColorTransform(const float* transformMatrix, in setColorTransform() function in android::Display