HomeSort by relevance Sort by last modified time
    Searched defs:SetColorTransform (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 259 HWC2::Error HWCDisplayPrimary::SetColorTransform(const float *matrix,
266 auto status = color_mode_->SetColorTransform(matrix, hint);
hwc_display.h 61 HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint);
151 virtual HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint) {
hwc_display.cpp 102 HWC2::Error HWCColorMode::SetColorTransform(const float *matrix, android_color_transform_t hint) {
149 DisplayError error = display_intf_->SetColorTransform(kColorTransformMatrixCount, matrix);
    [all...]
hwc_session.cpp 446 int32_t HWCSession::SetColorTransform(hwc2_device_t *device, hwc2_display_t display,
451 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetColorTransform, matrix,
648 case HWC2::FunctionDescriptor::SetColorTransform:
649 return AsFP<HWC2_PFN_SET_COLOR_TRANSFORM>(SetColorTransform);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_primary.cpp 258 HWC2::Error HWCDisplayPrimary::SetColorTransform(const float *matrix,
264 auto status = color_mode_->SetColorTransform(matrix, hint);
hwc_display.h 61 HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint);
155 virtual HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint) {
hwc_display.cpp 103 HWC2::Error HWCColorMode::SetColorTransform(const float *matrix, android_color_transform_t hint) {
150 DisplayError error = display_intf_->SetColorTransform(kColorTransformMatrixCount, matrix);
    [all...]
hwc_session.cpp 439 int32_t HWCSession::SetColorTransform(hwc2_device_t *device, hwc2_display_t display,
444 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetColorTransform, matrix,
645 case HWC2::FunctionDescriptor::SetColorTransform:
646 return AsFP<HWC2_PFN_SET_COLOR_TRANSFORM>(SetColorTransform);
    [all...]
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.cpp 220 void HwcDisplay::SetColorTransform(const float* matrix, int32_t hint) {
443 Error VrHwc::setColorTransform(Display display, const float* matrix,
450 display_ptr->SetColorTransform(matrix, hint);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 786 DisplayError DisplayBase::SetColorTransform(const uint32_t length, const double *color_transform) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.cpp 755 DisplayError DisplayBase::SetColorTransform(const uint32_t length, const double *color_transform) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display.cpp 105 int HWCColorMode::SetColorTransform(uint32_t matrix_count, const float *matrix) {
114 DisplayError error = display_intf_->SetColorTransform(matrix_count, color_matrix);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 458 case HWC2_FUNCTION_SET_COLOR_TRANSFORM: return "SetColorTransform";
652 SetColorTransform = HWC2_FUNCTION_SET_COLOR_TRANSFORM,
    [all...]

Completed in 265 milliseconds