Home
last modified time | relevance | path

Searched refs:MDPCompHighRes (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h201 class MDPCompHighRes : public MDPComp {
203 explicit MDPCompHighRes(int dpy):MDPComp(dpy){}; in MDPCompHighRes() function
204 virtual ~MDPCompHighRes(){}; in ~MDPCompHighRes()
H A Dhwc_mdpcomp.cpp45 return new MDPCompHighRes(dpy); in getObject()
961 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx, in pipesNeeded()
982 bool MDPCompHighRes::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
1008 bool MDPCompHighRes::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
1064 int MDPCompHighRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
1081 bool MDPCompHighRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()