Searched defs:numAppLayers (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp112 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
117 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
H A Dhwc_utils.h89 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
91 int fbLayerIndex; //Always last for now. = numAppLayers
H A Dhwc_mdpcomp.cpp150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
253 const int numAppLayers = list->numHwLayers - 1; local
254 for(int i = 0; i < numAppLayers; i++) {
346 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
365 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
399 for(int i = 0; i < numAppLayers; ++i) {
458 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
485 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
606 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc.cpp112 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
117 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
H A Dhwc_utils.h89 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
91 int fbLayerIndex; //Always last for now. = numAppLayers
H A Dhwc_mdpcomp.cpp145 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
248 const int numAppLayers = list->numHwLayers - 1; local
249 for(int i = 0; i < numAppLayers; i++) {
341 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
360 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
394 for(int i = 0; i < numAppLayers; ++i) {
453 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
480 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
595 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp119 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
124 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
H A Dhwc_utils.h92 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
94 int fbLayerIndex; //Always last for now. = numAppLayers
H A Dhwc_mdpcomp.cpp168 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
230 const int numAppLayers = list->numHwLayers - 1; local
231 for(int i = 0; i < numAppLayers; i++) {
342 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
371 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
391 for(int i = 0; i < numAppLayers; ++i) {
446 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
495 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
549 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
580 __FUNCTION__, batchSize, numAppLayers); local
620 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
747 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]

Completed in 211 milliseconds