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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 119 if(ctx->mCopyBit[dpy]){
121 delete ctx->mCopyBit[dpy];
122 ctx->mCopyBit[dpy] = NULL;
144 ctx->mCopyBit[dpy] = new CopyBit();
hwc.cpp 104 if(ctx->mCopyBit[i])
105 ctx->mCopyBit[i]->reset();
158 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
159 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
187 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
188 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
362 if(ctx->mCopyBit[dpy])
363 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
376 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
410 if(ctx->mCopyBit[dpy]
    [all...]
hwc_utils.cpp 224 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit();
271 if(ctx->mCopyBit[i]) {
272 delete ctx->mCopyBit[i];
273 ctx->mCopyBit[i] = NULL;
755 if (ctx->mCopyBit[dpy])
756 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);
    [all...]
hwc_utils.h 305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp 119 if(ctx->mCopyBit[dpy]){
121 delete ctx->mCopyBit[dpy];
122 ctx->mCopyBit[dpy] = NULL;
144 ctx->mCopyBit[dpy] = new CopyBit();
hwc.cpp 104 if(ctx->mCopyBit[i])
105 ctx->mCopyBit[i]->reset();
158 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
159 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
187 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
188 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
363 if(ctx->mCopyBit[dpy])
364 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
377 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
411 if(ctx->mCopyBit[dpy]
    [all...]
hwc_utils.cpp 185 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit();
232 if(ctx->mCopyBit[i]) {
233 delete ctx->mCopyBit[i];
234 ctx->mCopyBit[i] = NULL;
713 if (ctx->mCopyBit[dpy])
714 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);
    [all...]
hwc_utils.h 305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp 109 if(ctx->mCopyBit[i])
110 ctx->mCopyBit[i]->reset();
166 if(ctx->mCopyBit[dpy])
167 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
196 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
197 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
411 if(ctx->mCopyBit[dpy])
412 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
425 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
459 if(ctx->mCopyBit[dpy]
    [all...]
hwc_utils.cpp 158 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit();
202 if(ctx->mCopyBit[i]) {
203 delete ctx->mCopyBit[i];
204 ctx->mCopyBit[i] = NULL;
724 if (ctx->mCopyBit[dpy])
725 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);
    [all...]
hwc_utils.h 358 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];

Completed in 445 milliseconds