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

  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 31 struct hwc_context_t { struct
98 struct hwc_context_t* ctx = (struct hwc_context_t*)dev;
112 struct hwc_context_t *dev;
113 dev = (hwc_context_t*)malloc(sizeof(*dev));
  /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)
494 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 48 struct hwc_context_t;
247 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list,
249 void initContext(hwc_context_t *ctx);
250 void closeContext(hwc_context_t *ctx);
256 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
261 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
262 bool isExternalActive(hwc_context_t* ctx);
266 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer,
271 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
273 bool isGLESOnlyComp(hwc_context_t *ctx, const int& dpy)
525 struct hwc_context_t { struct
    [all...]

Completed in 541 milliseconds