Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.h113 virtual int32_t setColorTransform(const float* matrix, int32_t hint);
200 void setColorTransform(const float* matrix) { in setColorTransform() function
DExynosPrimaryDisplayModule.cpp253 int32_t ExynosPrimaryDisplayModule::setColorTransform( in setColorTransform() function in ExynosPrimaryDisplayModule
264 mDisplaySceneInfo.setColorTransform(matrix); in setColorTransform()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.h60 virtual int32_t setColorTransform(const float* __unused matrix, in setColorTransform() function
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h304 Error setColorTransform(Display display, const float* matrix, int32_t hint) override { in setColorTransform() function
305 int32_t err = mDispatch.setColorTransform(mDevice, display, matrix, hint); in setColorTransform()
544 !initDispatch(HWC2_FUNCTION_SET_COLOR_TRANSFORM, &mDispatch.setColorTransform) || in initDispatch()
646 HWC2_PFN_SET_COLOR_TRANSFORM setColorTransform; member
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h98 virtual Error setColorTransform(Display display, const float* matrix, int32_t hint) = 0;
DComposerCommandEngine.h200 auto err = mHal->setColorTransform(mCurrentDisplay, matrix, transform); in executeSetColorTransform()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h237 HWC2::Error setColorTransform(android_color_transform_t hint);
499 return callDisplayFunction(device, display, &Display::setColorTransform, in setColorTransformHook()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h217 HWC2::Error setColorTransform(android_color_transform_t hint);
433 return callDisplayFunction(device, display, &Display::setColorTransform, in setColorTransformHook()
DHWC2On1Adapter.cpp928 Error HWC2On1Adapter::Display::setColorTransform(android_color_transform_t hint) in setColorTransform() function in android::HWC2On1Adapter::Display
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientWriter.h76 void setColorTransform(int64_t display, const float* matrix) { in setColorTransform() function
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h167 virtual int32_t setColorTransform(int64_t display, const std::vector<float>& matrix) = 0; // cmd
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h100 int32_t setColorTransform(int64_t display, const std::vector<float>& matrix) override;
DHalImpl.cpp674 int32_t HalImpl::setColorTransform(int64_t display, const std::vector<float>& matrix) { in setColorTransform() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
692 return halDisplay->setColorTransform(matrix.data(), hwcHint); in setColorTransform()
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp162 auto err = mHal->setColorTransform(display, matrix); in executeSetColorTransform()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h239 void setColorTransform(const float* matrix, ColorTransform hint) { in setColorTransform() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h745 virtual int32_t setColorTransform(
DExynosDisplay.cpp3853 int32_t ExynosDisplay::setColorTransform( in setColorTransform() function in ExynosDisplay
3864 int ret = mDisplayInterface->setColorTransform(matrix, hint); in setColorTransform()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h241 void setColorTransform(const float* matrix, ColorTransform hint) { in setColorTransform() function
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp697 mWriter->setColorTransform(identity.data(), ColorTransform::IDENTITY); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp625 return exynosDisplay->setColorTransform(matrix, hint); in exynos_setColorTransform()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp1379 mWriter.setColorTransform(getPrimaryDisplayId(), kIdentity.data()); in TEST_P()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp881 Error HWC2On1Adapter::Display::setColorTransform(android_color_transform_t hint) { in setColorTransform() function in android::HWC2On1Adapter::Display
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal729 * setColorTransform(float[16] matrix,