Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:MDPComp

38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
52 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
165 /* set/reset flags for MDPComp */
170 /* checks for conditions where mdpcomp is not possible */
256 class MDPCompNonSplit : public MDPComp {
258 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
294 class MDPCompSplit : public MDPComp {
296 explicit MDPCompSplit(int dpy):MDPComp(dpy){};