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

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 78 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
203 fbZ = 0;
226 fbZ = -1;
240 fbZ = curFrame.fbZ;
458 mCurrentFrame.fbZ = -1;
512 bool ret = batchLayers(ctx, list); //sets up fbZ also
596 mCurrentFrame.fbZ = minBatchStart;
604 ALOGD_IF(isDebug(), "%s: fbZ %d batchSize %d",
605 __FUNCTION__, mCurrentFrame.fbZ, batchSize)
    [all...]
hwc_mdpcomp.h 97 int fbZ;
111 int fbZ;
hwc.cpp 162 const int fbZ = 0;
163 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZ);
189 const int fbZ = 0;
190 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZ);
236 const int fbZ = 0;
237 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZ);
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
221 fbZ = 0;
244 fbZ = -1;
258 fbZ = curFrame.fbZ;
430 mCurrentFrame.fbZ = -1;
458 batchLayers(); //sets up fbZ also
552 mCurrentFrame.fbZ = -1;
556 mCurrentFrame.fbZ = 0;
570 mCurrentFrame.fbZ = maxBatchStart
    [all...]
hwc_mdpcomp.h 92 int fbZ;
106 int fbZ;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 92 int fbZ;
106 int fbZ;
hwc_mdpcomp.cpp 74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
226 fbZ = 0;
249 fbZ = -1;
263 fbZ = curFrame.fbZ;
435 mCurrentFrame.fbZ = -1;
463 batchLayers(); //sets up fbZ also
563 mCurrentFrame.fbZ = -1;
567 mCurrentFrame.fbZ = 0;
581 mCurrentFrame.fbZ = maxBatchStart
    [all...]

Completed in 39 milliseconds