HomeSort by relevance Sort by last modified time
    Searched refs:mCopyBit (Results 1 - 16 of 16) 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 103 if(ctx->mCopyBit[i])
104 ctx->mCopyBit[i]->reset();
157 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
158 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
186 if((fbZOrder >= 0) && ctx->mCopyBit[dpy])
187 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
361 if(ctx->mCopyBit[dpy])
362 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
375 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
409 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;
762 if (ctx->mCopyBit[dpy])
763 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);
412 if(ctx->mCopyBit[dpy])
413 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
426 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
460 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];
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 221 if(ctx->mCopyBit[i])
222 ctx->mCopyBit[i]->reset();
293 if(ctx->mCopyBit[dpy])
294 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
588 if(ctx->mCopyBit[dpy])
589 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
606 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
656 if(ctx->mCopyBit[dpy])
657 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
679 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer()
    [all...]
hwc_virtual.cpp 301 if(ctx->mCopyBit[dpy])
302 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
324 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
hwc_utils.cpp 210 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx,
305 if(ctx->mCopyBit[i]) {
306 delete ctx->mCopyBit[i];
307 ctx->mCopyBit[i] = NULL;
    [all...]
hwc_utils.h 499 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES];
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 221 if(ctx->mCopyBit[i])
222 ctx->mCopyBit[i]->reset();
282 if(ctx->mCopyBit[dpy])
283 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
562 if (ctx->mCopyBit[dpy]) {
564 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
585 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
641 if(ctx->mCopyBit[dpy])
642 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
664 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer()
    [all...]
hwc_virtual.cpp 339 if(ctx->mCopyBit[dpy])
340 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd);
362 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
hwc_utils.cpp 217 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx,
323 if(ctx->mCopyBit[i]) {
324 delete ctx->mCopyBit[i];
325 ctx->mCopyBit[i] = NULL;
    [all...]
hwc_mdpcomp.cpp 168 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx,
803 if (mDpy || !ctx->mCopyBit[mDpy] || isDisplaySplit(ctx, mDpy)) {
    [all...]
hwc_utils.h 530 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES];

Completed in 445 milliseconds