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

  /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_utils.h 89 int numAppLayers; //Total - 1, excluding FB layer.
91 int fbLayerIndex; //Always last for now. = numAppLayers
  /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_utils.h 92 int numAppLayers; //Total - 1, excluding FB layer.
94 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++) {
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_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 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_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);

Completed in 379 milliseconds