Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:MDPComp

38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
163 /* set/reset flags for MDPComp */
168 /* checks for conditions where mdpcomp is not possible */
251 class MDPCompNonSplit : public MDPComp {
253 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
289 class MDPCompSplit : public MDPComp {
291 explicit MDPCompSplit(int dpy):MDPComp(dpy){};