HomeSort by relevance Sort by last modified time
    Searched defs:numAppLayers (Results 1 - 14 of 14) 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 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
401 for(int i = 0; i < numAppLayers; ++i) {
460 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/msm8084/libhwcomposer/
hwc_utils.h 114 int numAppLayers; //Total - 1, excluding FB layer.
116 int fbLayerIndex; //Always last for now. = numAppLayers
254 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
hwc_mdpcomp.cpp 172 const int numLayers = ctx->listStats[mDpy].numAppLayers;
204 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
458 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
461 for(int i = numAppLayers - 1; i >= 0; i--){
498 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
506 for(int index = 0; index < numAppLayers; index++ ) {
554 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
    [all...]
hwc_utils.cpp 858 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
881 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
894 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 184 const int numLayers = ctx->listStats[mDpy].numAppLayers;
221 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
296 const int numAppLayers = (int)list->numHwLayers - 1;
297 for(int i = 0; i < numAppLayers; i++) {
459 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
462 for(int i = numAppLayers - 1; i >= 0; i--){
499 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
507 for(int index = 0; index < numAppLayers; index++ )
    [all...]
hwc_utils.cpp 823 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
841 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
854 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
    [all...]
hwc_utils.h 119 int numAppLayers; //Total - 1, excluding FB layer.
121 int fbLayerIndex; //Always last for now. = numAppLayers
278 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 191 const int numLayers = ctx->listStats[mDpy].numAppLayers;
263 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
362 if(layerCount != ctx->listStats[dpy].numAppLayers)
528 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
531 for(int i = numAppLayers - 1; i >= 0; i--){
569 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
577 for(int index = 0; index < numAppLayers; index++ ) {
625 int numAppLayers = ctx->listStats[mDpy].numAppLayers
    [all...]
hwc_utils.h 130 int numAppLayers; //Total - 1, excluding FB layer.
132 int fbLayerIndex; //Always last for now. = numAppLayers
301 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 217 const int numLayers = ctx->listStats[mDpy].numAppLayers;
287 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
560 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
563 for(int i = numAppLayers - 1; i >= 0; i--){
601 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
609 for(int index = 0; index < numAppLayers; index++ ) {
662 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
    [all...]
hwc_utils.h 124 int numAppLayers; //Total - 1, excluding FB layer.
126 int fbLayerIndex; //Always last for now. = numAppLayers
328 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
hwc_utils.cpp     [all...]

Completed in 584 milliseconds