Searched refs:setLayerColorTransform (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockComposer.h | 115 MOCK_METHOD3(setLayerColorTransform, Error(Display, Layer, const float*));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | ComposerHal.h | 193 virtual Error setLayerColorTransform(Display display, Layer layer, 405 Error setLayerColorTransform(Display display, Layer layer, const float* matrix) override;
|
D | ComposerHal.cpp | 1057 Error Composer::setLayerColorTransform(Display display, Layer layer, const float* matrix) in setLayerColorTransform() function in android::Hwc2::impl::Composer 1065 mWriter.setLayerColorTransform(matrix); in setLayerColorTransform()
|
D | HWC2.cpp | 1039 auto intError = mComposer.setLayerColorTransform(mDisplayId, mId, matrix.asArray()); in setColorTransform()
|