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

  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 55 dumpsys_log(buf,"PREV_FRAME: layerCount:%2d mdpCount:%2d \
56 cacheCount:%2d \n", mCachedFrame.layerCount,
58 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d \
59 fbCount:%2d \n", mCurrentFrame.layerCount,
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
217 layerCount = numLayers;
227 for(int idx = 0; idx < layerCount; idx++) {
243 layerCount = 0;
257 layerCount = curFrame.layerCount;
    [all...]
hwc_mdpcomp.h 80 int layerCount;
103 int layerCount;
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 107 final int layerCount = (byte)byteStream.read();
116 for (int x = 0; x < layerCount; x++) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 193 int layerCount;
222 , layerCount(0)
772 return m_data->layerCount;
    [all...]

Completed in 222 milliseconds