Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.h177 class MDPCompLowRes : public MDPComp {
179 explicit MDPCompLowRes(int dpy):MDPComp(dpy){}; in MDPCompLowRes() function
180 virtual ~MDPCompLowRes(){}; in ~MDPCompLowRes()
Dhwc_mdpcomp.cpp43 return new MDPCompLowRes(dpy); in getObject()
811 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
827 int MDPCompLowRes::pipesNeeded(hwc_context_t *ctx, in pipesNeeded()
832 bool MDPCompLowRes::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
890 bool MDPCompLowRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()