Searched defs:copybit (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp39 int clear (copybit_device_t *copybit, private_handle_t* hnd, hwc_rect_t& rect) argument
51 ret = copybit->clear(copybit, &buf, &clear_rect);
60 copybit_device_t *copybit, private_handle_t *renderBuffer) {
92 // Restrict calculation only for copybit layers.
121 clear(copybit, renderBuffer, fbFrame);
124 clear(copybit, renderBuffer, tmpWormRect);
127 clear(copybit, renderBuffer, tmpWormRect);
58 uiClearRegion(hwc_display_contents_1_t* list, int version, LayerProp *layerProp, hwc_rect_t dirtyRect, copybit_device_t *copybit, private_handle_t *renderBuffer) argument
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp21 #include <copybit.h>
93 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
138 // No copybit device found - cannot use copybit
223 // We cannot mix copybit layer with layers marked to be drawn on FB
232 // Mark all layers to be drawn by copybit
261 copybit_device_t *copybit = mEngine; local
262 ret = copybit->clear(copybit, &buf, &clear_rect);
275 if(mCopyBitDraw == false) // there is no layer marked for copybit
299 copybit_device_t *copybit = getCopyBitDevice(); local
340 copybit_device_t *copybit = getCopyBitDevice(); local
441 copybit_device_t *copybit = mEngine; local
631 copybit_device_t *copybit = mEngine; local
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp23 #include <copybit.h>
97 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
140 // No copybit device found - cannot use copybit
200 // We currently cannot mix copybit layers with layers marked to
224 copybit_device_t *copybit = mEngine; local
225 ret = copybit->clear(copybit, &buf, &clear_rect);
236 if(mCopyBitDraw == false) // there is no layer marked for copybit
261 ALOGD_IF(DEBUG_COPYBIT, "%s: Not Marked for copybit", __FUNCTION_
284 copybit_device_t *copybit = getCopyBitDevice(); local
346 copybit_device_t *copybit = mEngine; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp21 #include <copybit.h>
93 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
276 // No copybit device found - cannot use copybit
361 // We cannot mix copybit layer with layers marked to be drawn on FB
370 // Mark all layers to be drawn by copybit
399 copybit_device_t *copybit = mEngine; local
400 ret = copybit->clear(copybit, &buf, &clear_rect);
455 copybit_device_t *copybit local
515 copybit_device_t *copybit = getCopyBitDevice(); local
564 copybit_device_t *copybit = getCopyBitDevice(); local
625 copybit_device_t *copybit = getCopyBitDevice(); local
689 copybit_device_t *copybit = mEngine; local
817 copybit_device_t *copybit = mEngine; local
1007 copybit_device_t *copybit = mEngine; local
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp21 #include <copybit.h>
142 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
350 // No copybit device found - cannot use copybit
465 // We cannot mix copybit layer with layers marked to be drawn on FB
474 // Mark all layers to be drawn by copybit
504 copybit_device_t *copybit = mEngine; local
505 ret = copybit->clear(copybit, &buf, &clear_rect);
561 copybit_device_t *copybit local
633 copybit_device_t *copybit = getCopyBitDevice(); local
678 copybit_device_t *copybit = getCopyBitDevice(); local
783 copybit_device_t *copybit = getCopyBitDevice(); local
847 copybit_device_t *copybit = mEngine; local
988 copybit_device_t *copybit = mEngine; local
1190 copybit_device_t *copybit = mEngine; local
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp21 #include <copybit.h>
93 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
273 // No copybit device found - cannot use copybit
369 // We cannot mix copybit layer with layers marked to be drawn on FB
378 // Mark all layers to be drawn by copybit
408 copybit_device_t *copybit = mEngine; local
409 ret = copybit->clear(copybit, &buf, &clear_rect);
464 copybit_device_t *copybit local
525 copybit_device_t *copybit = getCopyBitDevice(); local
577 copybit_device_t *copybit = getCopyBitDevice(); local
678 copybit_device_t *copybit = getCopyBitDevice(); local
742 copybit_device_t *copybit = mEngine; local
870 copybit_device_t *copybit = mEngine; local
1060 copybit_device_t *copybit = mEngine; local
[all...]

Completed in 54 milliseconds