OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listStats
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp
145
for(int index = 0; index < ctx->
listStats
[mDpy].numAppLayers; index++) {
341
int numAppLayers = ctx->
listStats
[mDpy].numAppLayers;
360
const int numAppLayers = ctx->
listStats
[mDpy].numAppLayers;
380
if(ctx->
listStats
[mDpy].planeAlpha
387
if(ctx->
listStats
[mDpy].needsAlphaScale
453
int numAppLayers = ctx->
listStats
[mDpy].numAppLayers;
480
int numAppLayers = ctx->
listStats
[mDpy].numAppLayers;
595
int numAppLayers = ctx->
listStats
[mDpy].numAppLayers;
633
int nYuvCount = ctx->
listStats
[mDpy].yuvCount;
635
int nYuvIndex = ctx->
listStats
[mDpy].yuvIndices[index]
[
all
...]
hwc_utils.cpp
426
ctx->
listStats
[dpy].numAppLayers = list->numHwLayers - 1;
427
ctx->
listStats
[dpy].fbLayerIndex = list->numHwLayers - 1;
428
ctx->
listStats
[dpy].skipCount = 0;
429
ctx->
listStats
[dpy].needsAlphaScale = false;
430
ctx->
listStats
[dpy].preMultipliedAlpha = false;
431
ctx->
listStats
[dpy].planeAlpha = false;
432
ctx->
listStats
[dpy].yuvCount = 0;
439
ctx->
listStats
[dpy].yuvIndices[i] = -1;
445
ctx->
listStats
[dpy].skipCount++;
447
int& yuvCount = ctx->
listStats
[dpy].yuvCount
[
all
...]
hwc_utils.h
89
struct
ListStats
{
320
qhwc::
ListStats
listStats
[MAX_DISPLAYS];
346
return ctx->
listStats
[dpy].skipCount;
350
return ctx->
listStats
[dpy].yuvCount;
hwc_copybit.cpp
88
if(ctx->
listStats
[dpy].yuvCount) {
156
if(ctx->
listStats
[dpy].skipCount) {
164
size_t fbLayerIndex = ctx->
listStats
[dpy].fbLayerIndex;
185
for (int i = ctx->
listStats
[dpy].numAppLayers-1; i >= 0 ; i--) {
253
for (int i = 0; i <= (ctx->
listStats
[dpy].numAppLayers-1); i++) {
hwc.cpp
88
memset(ctx->
listStats
, 0, sizeof(ctx->
listStats
));
Completed in 350 milliseconds