OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numAppLayers
(Results
1 - 16
of
16
) sorted by null
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp
169
for(int index = 0; index < ctx->listStats[mDpy].
numAppLayers
; index++) {
231
const int
numAppLayers
= list->numHwLayers - 1;
232
for(int i = 0; i <
numAppLayers
; i++) {
343
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
372
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
392
for(int i = 0; i <
numAppLayers
; ++i) {
435
const int
numAppLayers
= ctx->listStats[mDpy].
numAppLayers
;
[
all
...]
hwc_copybit.cpp
156
if (ctx->listStats[dpy].
numAppLayers
> MAX_NUM_APP_LAYERS) {
174
for (int i = ctx->listStats[dpy].
numAppLayers
-1; i >= 0 ; i--) {
203
//
numAppLayers
-1, as we iterate till 0th layer index
204
for (int i = ctx->listStats[dpy].
numAppLayers
-1; i >= 0 ; i--) {
274
//
numAppLayers
-1, as we iterate from 0th layer index with HWC_COPYBIT flag
275
for (int i = 0; i <= (ctx->listStats[dpy].
numAppLayers
-1); i++) {
hwc_mdpcomp.h
169
void reset(const int&
numAppLayers
, hwc_display_contents_1_t* list);
hwc.cpp
117
static void reset_layer_prop(hwc_context_t* ctx, int dpy, int
numAppLayers
) {
122
ctx->layerProp[dpy] = new LayerProp[
numAppLayers
];
hwc_utils.cpp
367
ctx->listStats[dpy].
numAppLayers
= list->numHwLayers - 1;
376
for (size_t i = 0; i < (size_t)ctx->listStats[dpy].
numAppLayers
; i++) {
381
if(ctx->listStats[dpy].
numAppLayers
> MAX_NUM_APP_LAYERS)
[
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.cpp
112
static void reset_layer_prop(hwc_context_t* ctx, int dpy, int
numAppLayers
) {
117
ctx->layerProp[dpy] = new LayerProp[
numAppLayers
];
hwc_copybit.cpp
184
//
numAppLayers
-1, as we iterate till 0th layer index
185
for (int i = ctx->listStats[dpy].
numAppLayers
-1; i >= 0 ; i--) {
252
//
numAppLayers
-1, as we iterate from 0th layer index with HWC_COPYBIT flag
253
for (int i = 0; i <= (ctx->listStats[dpy].
numAppLayers
-1); i++) {
hwc_utils.h
89
int
numAppLayers
; //Total - 1, excluding FB layer.
91
int fbLayerIndex; //Always last for now. =
numAppLayers
hwc_utils.cpp
387
ctx->listStats[dpy].
numAppLayers
= list->numHwLayers - 1;
[
all
...]
/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.cpp
112
static void reset_layer_prop(hwc_context_t* ctx, int dpy, int
numAppLayers
) {
117
ctx->layerProp[dpy] = new LayerProp[
numAppLayers
];
hwc_copybit.cpp
184
//
numAppLayers
-1, as we iterate till 0th layer index
185
for (int i = ctx->listStats[dpy].
numAppLayers
-1; i >= 0 ; i--) {
252
//
numAppLayers
-1, as we iterate from 0th layer index with HWC_COPYBIT flag
253
for (int i = 0; i <= (ctx->listStats[dpy].
numAppLayers
-1); i++) {
hwc_utils.h
89
int
numAppLayers
; //Total - 1, excluding FB layer.
91
int fbLayerIndex; //Always last for now. =
numAppLayers
hwc_utils.cpp
426
ctx->listStats[dpy].
numAppLayers
= list->numHwLayers - 1;
[
all
...]
Completed in 119 milliseconds