HomeSort by relevance Sort by last modified time
    Searched refs:fbhnd (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 410 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle; local
423 if(hnd && fbhnd && (hnd->size == fbhnd->size) &&
424 (hnd->width == fbhnd->width) && (hnd->height == fbhnd->height)){
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 419 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle; local
432 if(hnd && fbhnd && (hnd->size == fbhnd->size) &&
433 (hnd->width == fbhnd->width) && (hnd->height == fbhnd->height)){
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 521 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle; local
534 if(hnd && fbhnd && (hnd->size == fbhnd->size) &&
535 (hnd->width == fbhnd->width) && (hnd->height == fbhnd->height)){
    [all...]

Completed in 455 milliseconds