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

/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
195 // We currently cannot mix copybit layers with layers marked to
219 copybit_device_t *copybit = mEngine; local
220 ret = copybit->clear(copybit, &buf, &clear_rect);
231 if(mCopyBitDraw == false) // there is no layer marked for copybit
257 ALOGD_IF(DEBUG_COPYBIT, "%s: Not Marked for copybit", __FUNCTION_
280 copybit_device_t *copybit = getCopyBitDevice(); local
342 copybit_device_t *copybit = mEngine; local
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp23 #include <copybit.h>
90 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
135 // No copybit device found - cannot use copybit
200 // We cannot mix copybit layer with layers marked to be drawn on FB
214 // We currently cannot mix copybit layers with layers marked to
239 copybit_device_t *copybit = mEngine; local
240 ret = copybit->clear(copybit, &buf, &clear_rect);
251 if(mCopyBitDraw == false) // there is no layer marked for copybit
303 copybit_device_t *copybit = getCopyBitDevice(); local
365 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...]

Completed in 86 milliseconds