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

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 168 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++) {
344 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
373 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
393 for(int i = 0; i < numAppLayers; ++i) {
448 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
    [all...]
hwc_copybit.cpp 157 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
175 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
204 // numAppLayers-1, as we iterate till 0th layer index
205 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
275 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
276 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
hwc_mdpcomp.h 171 void reset(const int& numAppLayers, hwc_display_contents_1_t* list);
hwc.cpp 119 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
124 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/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 176 const int numLayers = ctx->listStats[mDpy].numAppLayers;
213 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
288 const int numAppLayers = (int)list->numHwLayers - 1;
289 for(int i = 0; i < numAppLayers; i++) {
451 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
454 for(int i = numAppLayers - 1; i >= 0; i--){
491 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
499 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 115 int numAppLayers; //Total - 1, excluding FB layer.
117 int fbLayerIndex; //Always last for now. = numAppLayers
274 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
  /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++) {
279 const int numAppLayers = (int)list->numHwLayers - 1;
280 for(int i = 0; i < numAppLayers; i++) {
440 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
443 for(int i = numAppLayers - 1; i >= 0; i--){
480 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
488 for(int index = 0; index < numAppLayers; index++ )
    [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/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
254 const int numAppLayers = list->numHwLayers - 1;
255 for(int i = 0; i < numAppLayers; i++) {
347 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
370 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
404 for(int i = 0; i < numAppLayers; ++i) {
463 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
    [all...]
hwc.cpp 111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
116 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
hwc_copybit.cpp 185 // numAppLayers-1, as we iterate till 0th layer index
186 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
253 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
254 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 130 milliseconds