OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mneedsrotator
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
534
if(ctx->
mNeedsRotator
&& ctx->mDMAInUse) {
632
if(ctx->
mNeedsRotator
)
867
if(!qhwc::needsScaling(layer) && !ctx->
mNeedsRotator
[
all
...]
hwc_utils.h
339
bool
mNeedsRotator
;
hwc.cpp
218
ctx->
mNeedsRotator
= false;
hwc_utils.cpp
452
ctx->
mNeedsRotator
= true;
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp
523
if(ctx->
mNeedsRotator
&& ctx->mDMAInUse) {
621
if(ctx->
mNeedsRotator
)
856
if(!qhwc::needsScaling(layer) && !ctx->
mNeedsRotator
[
all
...]
hwc_utils.h
338
bool
mNeedsRotator
;
hwc.cpp
218
ctx->
mNeedsRotator
= false;
hwc_utils.cpp
413
ctx->
mNeedsRotator
= true;
[
all
...]
Completed in 881 milliseconds