Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:fbZ

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);
697 mCurrentFrame.fbZ = -1;
701 mCurrentFrame.fbZ = 0;
715 mCurrentFrame.fbZ = maxBatchStart;
877 if(mCurrentFrame.fbZ >= 0) {
879 mCurrentFrame.fbZ)) {
895 (mCurrentFrame.fbZ != mCachedFrame.fbZ) ||
907 mCurrentFrame.fbZ = -1;
909 mCurrentFrame.fbZ = mCurrentFrame.mdpCount;
914 if(mCurrentFrame.fbZ >= 0) {
915 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, mCurrentFrame.fbZ)) {