Lines Matching refs:dpy
179 int dpy);
189 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, const int& dpy);
191 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
193 bool isGLESOnlyComp(hwc_context_t *ctx, const int& dpy);
199 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x,
203 void closeAcquireFds(hwc_display_contents_1_t* list, int dpy);
206 int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy,
210 void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform,
231 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
237 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
248 bool canUseRotator(hwc_context_t *ctx, int dpy);
250 int getLeftSplit(hwc_context_t *ctx, const int& dpy);
254 void setupSecondaryObjs(hwc_context_t *ctx, const int& dpy);
255 void clearSecondaryObjs(hwc_context_t *ctx, const int& dpy);
332 static inline int openFb(int dpy) {
336 snprintf(name, 64, devtmpl, dpy);
391 static inline bool isSkipPresent (hwc_context_t *ctx, int dpy) {
392 return ctx->listStats[dpy].skipCount;
395 static inline bool isYuvPresent (hwc_context_t *ctx, int dpy) {
396 return ctx->listStats[dpy].yuvCount;
403 inline bool isSecurePresent(hwc_context_t *ctx, int dpy) {
404 return ctx->listStats[dpy].isSecurePresent;