OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMDPComp
(Results
1 - 11
of
11
) sorted by null
/hardware/qcom/display/msm8960/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
322
qhwc::MDPComp *
mMDPComp
[MAX_DISPLAYS];
/hardware/qcom/display/msm8x26/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);
368
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
417
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
578
if(ctx->
mMDPComp
[dpy])
579
ctx->
mMDPComp
[dpy]->dump(aBuf);
hwc_utils.cpp
194
ctx->
mMDPComp
[HWC_DISPLAY_PRIMARY] =
253
if(ctx->
mMDPComp
[i]) {
254
delete ctx->
mMDPComp
[i];
255
ctx->
mMDPComp
[i] = NULL;
[
all
...]
hwc_utils.h
322
qhwc::MDPComp *
mMDPComp
[MAX_DISPLAYS];
/hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp
107
if(ctx->
mMDPComp
[i])
108
ctx->
mMDPComp
[i]->reset();
161
if(ctx->
mMDPComp
[dpy]->prepare(ctx, list) < 0) {
188
if(ctx->
mMDPComp
[dpy]->prepare(ctx, list) < 0) {
235
if(ctx->
mMDPComp
[dpy]->prepare(ctx, list) < 0) {
416
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
465
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
520
if (!ctx->
mMDPComp
[dpy]->draw(ctx, list)) {
673
if(ctx->
mMDPComp
[dpy])
674
ctx->
mMDPComp
[dpy]->dump(aBuf)
[
all
...]
hwc_utils.cpp
167
ctx->
mMDPComp
[HWC_DISPLAY_PRIMARY] =
223
if(ctx->
mMDPComp
[i]) {
224
delete ctx->
mMDPComp
[i];
225
ctx->
mMDPComp
[i] = NULL;
[
all
...]
hwc_utils.h
375
qhwc::MDPComp *
mMDPComp
[MAX_DISPLAYS];
Completed in 41 milliseconds