Home
last modified time | relevance | path

Searched refs:CreateLayer (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.h87 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_display.h178 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.cpp222 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
225 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
599 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
600 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.cpp283 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) { in CreateLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h89 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_display.h174 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.cpp229 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
232 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
602 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
603 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.cpp276 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) { in CreateLayer() function in sdm::HWCDisplay
/hardware/libhardware/include/hardware/
Dhwcomposer2.h629 CreateLayer = HWC2_FUNCTION_CREATE_LAYER, enumerator
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp231 TEST_F(GraphicsComposerHidlTest, CreateLayer) { in TEST_F() argument
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp202 case FunctionDescriptor::CreateLayer: in doGetFunction()