Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:MDPComp

35 class MDPComp {
37 explicit MDPComp(int);
38 virtual ~MDPComp(){};
49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
166 /* set/reset flags for MDPComp */
171 /* checks for conditions where mdpcomp is not possible */
284 class MDPCompNonSplit : public MDPComp {
286 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
322 class MDPCompSplit : public MDPComp {
324 explicit MDPCompSplit(int dpy):MDPComp(dpy){};