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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 451 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect);
455 DLOGE("DrawRectUsingCopyBit failed");
484 int BlitEngineC2d::DrawRectUsingCopybit(hwc_layer_1_t *hwc_layer, Layer *layer,
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine_c2d.cpp 466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect);
470 DLOGE("DrawRectUsingCopyBit failed");
499 int BlitEngineC2d::DrawRectUsingCopybit(hwc_layer_1_t *hwc_layer, Layer *layer,

Completed in 39 milliseconds