OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMDPComp
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp
124
if(ctx->
mMDPComp
[dpy]) {
125
delete ctx->
mMDPComp
[dpy];
126
ctx->
mMDPComp
[dpy] = NULL;
145
ctx->
mMDPComp
[dpy] = MDPComp::getObject(
hwc.cpp
150
int fbZOrder = ctx->
mMDPComp
[dpy]->prepare(ctx, list);
180
int fbZOrder = ctx->
mMDPComp
[dpy]->prepare(ctx, list);
367
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
416
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
577
if(ctx->
mMDPComp
[dpy])
578
ctx->
mMDPComp
[dpy]->dump(aBuf);
hwc_utils.cpp
233
ctx->
mMDPComp
[HWC_DISPLAY_PRIMARY] =
292
if(ctx->
mMDPComp
[i]) {
293
delete ctx->
mMDPComp
[i];
294
ctx->
mMDPComp
[i] = NULL;
[
all
...]
hwc_utils.h
323
qhwc::MDPComp *
mMDPComp
[MAX_DISPLAYS];
Completed in 27 milliseconds