HomeSort by relevance Sort by last modified time
    Searched defs:hwc_context_t (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/modules/hwcomposer/
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));
  /external/drm_hwcomposer/
hwcomposer.cpp 127 struct hwc_context_t *ctx;
138 struct hwc_context_t { struct in namespace:android
143 hwc_context_t() : procs(NULL), importer(NULL) { function in struct:android::hwc_context_t
146 ~hwc_context_t() {
161 struct hwc_context_t *ctx = (struct hwc_context_t *)&dev->common;
171 struct hwc_context_t *ctx = (struct hwc_context_t *)&dev->common;
218 static int hwc_add_layer(int display, hwc_context_t *ctx, hwc_layer_1_t *layer,
241 struct hwc_context_t *ctx = (struct hwc_context_t *)&dev->common
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
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 *ctx, hwc_display_contents_1_t* list, int dpy
300 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 44 struct hwc_context_t;
115 static void setBwc(hwc_context_t *ctx, const hwc_rect_t& crop,
178 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list,
180 void initContext(hwc_context_t *ctx);
181 void closeContext(hwc_context_t *ctx);
187 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
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
353 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
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 *ctx, const int& dpy)
496 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
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 *ctx, const int& dpy)
529 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 53 struct hwc_context_t;
178 static void setBwc(const hwc_context_t *ctx, const int& dpy,
268 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list,
270 void initContext(hwc_context_t *ctx);
271 void closeContext(hwc_context_t *ctx);
277 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
282 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
283 bool isExternalActive(hwc_context_t* ctx);
287 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer,
292 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
564 struct hwc_context_t { struct
    [all...]

Completed in 282 milliseconds