Searched defs:hwc_context_t (Results 1 - 6 of 6) sorted by relevance
/hardware/libhardware/modules/hwcomposer/ |
H A D | hwcomposer.cpp | 32 struct hwc_context_t { struct 99 struct hwc_context_t* ctx = (struct hwc_context_t*)dev; 113 struct hwc_context_t *dev; 114 dev = (hwc_context_t*)malloc(sizeof(*dev));
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_utils.h | 45 struct hwc_context_t; 157 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list, 159 void initContext(hwc_context_t *ctx); 160 void closeContext(hwc_context_t *ctx); 166 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer); 168 bool isExternalActive(hwc_context_t* ctx); 171 bool setupBasePipe(hwc_context_t *ctx); 172 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable); 179 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x, 186 int hwc_sync(hwc_context_t *ct 300 struct hwc_context_t { struct [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_utils.h | 47 struct hwc_context_t; 229 hwc_rect_t calculateDisplayViewFrame(hwc_context_t *ctx, int dpy); 231 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list, 233 void initContext(hwc_context_t *ctx); 234 void closeContext(hwc_context_t *ctx); 240 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer); 242 bool isExternalActive(hwc_context_t* ctx); 246 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, 251 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable); 253 bool isGLESOnlyComp(hwc_context_t *ct 496 struct hwc_context_t { struct [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_utils.h | 48 struct hwc_context_t; 251 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list, 253 void initContext(hwc_context_t *ctx); 254 void closeContext(hwc_context_t *ctx); 260 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer); 265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd); 266 bool isExternalActive(hwc_context_t* ctx); 270 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, 275 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable); 277 bool isGLESOnlyComp(hwc_context_t *ct 529 struct hwc_context_t { struct [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_utils.h | 56 struct hwc_context_t; 273 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list, 275 void initContext(hwc_context_t *ctx); 276 void closeContext(hwc_context_t *ctx); 282 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer); 287 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd); 288 bool isExternalActive(hwc_context_t* ctx); 292 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, 297 bool isAlphaPresentinFB(hwc_context_t* ctx, int dpy); 298 int hwc_vsync_control(hwc_context_t* ct 587 struct hwc_context_t { struct [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_utils.h | 54 struct hwc_context_t; 179 static void setBwc(const hwc_context_t *ctx, const int& dpy, 301 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list, 303 void initContext(hwc_context_t *ctx); 304 void closeContext(hwc_context_t *ctx); 310 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer); 315 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd); 316 bool isExternalActive(hwc_context_t* ctx); 320 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, 325 int hwc_vsync_control(hwc_context_t* ct 604 struct hwc_context_t { struct [all...] |
Completed in 4469 milliseconds