HomeSort by relevance Sort by last modified time
    Searched refs:MDPCompLowRes (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 177 class MDPCompLowRes : public MDPComp {
179 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
180 virtual ~MDPCompLowRes(){};
hwc_mdpcomp.cpp 43 return new MDPCompLowRes(dpy);
800 //=============MDPCompLowRes===================================================
805 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
821 int MDPCompLowRes::pipesNeeded(hwc_context_t *ctx,
826 bool MDPCompLowRes::allocLayerPipes(hwc_context_t *ctx,
886 bool MDPCompLowRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 185 class MDPCompLowRes : public MDPComp {
187 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
188 virtual ~MDPCompLowRes(){};
hwc_mdpcomp.cpp 49 return new MDPCompLowRes(dpy);
947 //=============MDPCompLowRes===================================================
952 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
968 bool MDPCompLowRes::arePipesAvailable(hwc_context_t *ctx,
987 bool MDPCompLowRes::allocLayerPipes(hwc_context_t *ctx,
    [all...]

Completed in 108 milliseconds