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

  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 145 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
248 const int numAppLayers = list->numHwLayers - 1;
249 for(int i = 0; i < numAppLayers; i++) {
341 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
360 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
394 for(int i = 0; i < numAppLayers; ++i) {
453 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
    [all...]
hwc_utils.h 90 int numAppLayers; //Total - 1, excluding FB layer.
92 int fbLayerIndex; //Always last for now. = numAppLayers

Completed in 1289 milliseconds