OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCopyBit
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/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
306
qhwc::CopyBit *
mCopyBit
[MAX_DISPLAYS];
Completed in 20 milliseconds