Searched refs:SetLayerColorTransform (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_layers.h | 97 HWC2::Error SetLayerColorTransform(const float *matrix);
|
D | hwc_session.cpp | 1155 static int32_t SetLayerColorTransform(hwc2_device_t *device, hwc2_display_t display, in SetLayerColorTransform() function 1157 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColorTransform, in SetLayerColorTransform() 1502 case HWC2::FunctionDescriptor::SetLayerColorTransform: in GetFunction() 1503 return AsFP<HWC2_PFN_SET_LAYER_COLOR_TRANSFORM>(SetLayerColorTransform); in GetFunction()
|
D | hwc_layers.cpp | 552 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_layers.h | 111 HWC2::Error SetLayerColorTransform(const float *matrix);
|
D | hwc_session.h | 305 int32_t SetLayerColorTransform(hwc2_display_t display, hwc2_layer_t layer, const float *matrix);
|
D | hwc_layers.cpp | 657 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
|
D | hwc_session.cpp | 1091 int32_t HWCSession::SetLayerColorTransform(hwc2_display_t display, hwc2_layer_t layer, in SetLayerColorTransform() function in sdm::HWCSession 1093 return CallLayerFunction(display, layer, &HWCLayer::SetLayerColorTransform, matrix); in SetLayerColorTransform()
|
D | QtiComposerClient.cpp | 1884 auto error = mClient.hwc_session_->SetLayerColorTransform(mDisplay, mLayer, matrix); in parseSetLayerColorTransform()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 448 TEST_P(GraphicsComposerHidlTest, SetLayerColorTransform) { in TEST_P() argument
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 936 SetLayerColorTransform = HWC2_FUNCTION_SET_LAYER_COLOR_TRANSFORM, enumerator
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 936 SetLayerColorTransform = HWC2_FUNCTION_SET_LAYER_COLOR_TRANSFORM, enumerator
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1821 TEST_P(GraphicsComposerAidlCommandTest, SetLayerColorTransform) { in TEST_P() argument
|