HomeSort by relevance Sort by last modified time
    Searched refs:numAppLayers (Results 1 - 17 of 17) sorted by null

  /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_copybit.cpp 139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
298 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
312 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
369 // numAppLayers-1, as we iterate till 0th layer index
371 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
415 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
418 layerCount = ctx->listStats[dpy].numAppLayers;
534 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT fla
    [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/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_copybit.cpp 162 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
190 // numAppLayers-1, as we iterate till 0th layer index
191 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
258 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
259 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
hwc.cpp 111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
116 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
hwc_utils.h 89 int numAppLayers; //Total - 1, excluding FB layer.
91 int fbLayerIndex; //Always last for now. = numAppLayers
hwc_utils.cpp 425 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
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_copybit.cpp 160 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
174 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
231 // numAppLayers-1, as we iterate till 0th layer index
233 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
309 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
310 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
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...]
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);
  /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_copybit.cpp 139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
316 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
377 // numAppLayers-1, as we iterate till 0th layer index
379 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
424 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
427 layerCount = ctx->listStats[dpy].numAppLayers;
544 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT fla
    [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 428 milliseconds