Home
last modified time | relevance | path

Searched refs:SetLayerColorTransform (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h97 HWC2::Error SetLayerColorTransform(const float *matrix);
Dhwc_session.cpp1155 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()
Dhwc_layers.cpp552 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
/hardware/qcom/sm7250/display/composer/
Dhwc_layers.h111 HWC2::Error SetLayerColorTransform(const float *matrix);
Dhwc_session.h305 int32_t SetLayerColorTransform(hwc2_display_t display, hwc2_layer_t layer, const float *matrix);
Dhwc_layers.cpp657 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
Dhwc_session.cpp1091 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()
DQtiComposerClient.cpp1884 auto error = mClient.hwc_session_->SetLayerColorTransform(mDisplay, mLayer, matrix); in parseSetLayerColorTransform()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp448 TEST_P(GraphicsComposerHidlTest, SetLayerColorTransform) { in TEST_P() argument
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h936 SetLayerColorTransform = HWC2_FUNCTION_SET_LAYER_COLOR_TRANSFORM, enumerator
/hardware/libhardware/include/hardware/
Dhwcomposer2.h936 SetLayerColorTransform = HWC2_FUNCTION_SET_LAYER_COLOR_TRANSFORM, enumerator
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp1821 TEST_P(GraphicsComposerAidlCommandTest, SetLayerColorTransform) { in TEST_P() argument