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

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 440 int abcRenderBufIdx = ctx->listStats[dpy].renderBufIndexforABC;
443 list->hwLayers[abcRenderBufIdx].displayFrame;
444 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
454 (private_handle_t *)list->hwLayers[abcRenderBufIdx].handle;
456 if(list->hwLayers[abcRenderBufIdx].acquireFenceFd >=0){
458 list->hwLayers[abcRenderBufIdx].acquireFenceFd);
460 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
469 close(list->hwLayers[abcRenderBufIdx].acquireFenceFd);
470 list->hwLayers[abcRenderBufIdx].acquireFenceFd = -1;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 449 int abcRenderBufIdx = ctx->listStats[dpy].renderBufIndexforABC;
452 list->hwLayers[abcRenderBufIdx].displayFrame;
453 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
463 (private_handle_t *)list->hwLayers[abcRenderBufIdx].handle;
465 if(list->hwLayers[abcRenderBufIdx].acquireFenceFd >=0){
467 list->hwLayers[abcRenderBufIdx].acquireFenceFd);
469 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
478 close(list->hwLayers[abcRenderBufIdx].acquireFenceFd);
479 list->hwLayers[abcRenderBufIdx].acquireFenceFd = -1;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 552 int abcRenderBufIdx = ctx->listStats[dpy].renderBufIndexforABC;
555 list->hwLayers[abcRenderBufIdx].displayFrame;
556 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
566 (private_handle_t *)list->hwLayers[abcRenderBufIdx].handle;
568 if(list->hwLayers[abcRenderBufIdx].acquireFenceFd >=0){
570 list->hwLayers[abcRenderBufIdx].acquireFenceFd);
572 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
    [all...]

Completed in 155 milliseconds