OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numAppLayers
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
150
for(int index = 0; index < ctx->listStats[mDpy].
numAppLayers
; index++) {
253
const int
numAppLayers
= list->numHwLayers - 1;
254
for(int i = 0; i <
numAppLayers
; i++) {
346
int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
365
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
399
for(int i = 0; i <
numAppLayers
; ++i) {
458
int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
[
all
...]
hwc_utils.h
89
int
numAppLayers
; //Total - 1, excluding FB layer.
91
int fbLayerIndex; //Always last for now. =
numAppLayers
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp
168
for(int index = 0; index < ctx->listStats[mDpy].
numAppLayers
; index++) {
230
const int
numAppLayers
= list->numHwLayers - 1;
231
for(int i = 0; i <
numAppLayers
; i++) {
342
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
371
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
391
for(int i = 0; i <
numAppLayers
; ++i) {
446
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
[
all
...]
hwc_utils.h
92
int
numAppLayers
; //Total - 1, excluding FB layer.
94
int fbLayerIndex; //Always last for now. =
numAppLayers
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp
145
for(int index = 0; index < ctx->listStats[mDpy].
numAppLayers
; index++) {
248
const int
numAppLayers
= list->numHwLayers - 1;
249
for(int i = 0; i <
numAppLayers
; i++) {
341
int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
360
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
394
for(int i = 0; i <
numAppLayers
; ++i) {
453
int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
[
all
...]
hwc_utils.h
89
int
numAppLayers
; //Total - 1, excluding FB layer.
91
int fbLayerIndex; //Always last for now. =
numAppLayers
Completed in 371 milliseconds