Searched refs:MDPCompSrcSplit (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 331 class MDPCompSrcSplit : public MDPCompSplit { 333 explicit MDPCompSrcSplit(int dpy) : MDPCompSplit(dpy){}; in MDPCompSrcSplit() function 334 virtual ~MDPCompSrcSplit(){}; in ~MDPCompSrcSplit()
|
D | hwc_mdpcomp.cpp | 52 return new MDPCompSrcSplit(dpy); in getObject() 2018 bool MDPCompSrcSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes() 2079 int MDPCompSrcSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 336 class MDPCompSrcSplit : public MDPCompSplit { 338 explicit MDPCompSrcSplit(int dpy) : MDPCompSplit(dpy){}; in MDPCompSrcSplit() function 339 virtual ~MDPCompSrcSplit(){}; in ~MDPCompSrcSplit()
|
D | hwc_mdpcomp.cpp | 53 return new MDPCompSrcSplit(dpy); in getObject() 2229 bool MDPCompSrcSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes() 2289 int MDPCompSrcSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 369 class MDPCompSrcSplit : public MDPCompSplit { 371 explicit MDPCompSrcSplit(int dpy) : MDPCompSplit(dpy){}; in MDPCompSrcSplit() function 372 virtual ~MDPCompSrcSplit(){}; in ~MDPCompSrcSplit()
|
D | hwc_mdpcomp.cpp | 64 return new MDPCompSrcSplit(dpy); in getObject() 2634 bool MDPCompSrcSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI() 2677 void MDPCompSrcSplit::generateROI(hwc_context_t *ctx, in generateROI() 2747 bool MDPCompSrcSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes() 2822 int MDPCompSrcSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
|