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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.h 118 * @param: layerIndex - Index of layer being dumped.
122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
127 * @param: layerIndex - Index of layer being dumped.
131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
hwc_dump_layers.cpp 213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[])
217 mDisplayName, layerIndex);
221 hwc_layer_1_t *layer = &hwLayers[layerIndex];
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex,
254 "Blending = %s%s%s", mDisplayName, layerIndex,
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[])
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng);
302 hwc_layer_1_t *layer = &hwLayers[layerIndex];
308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng);
321 mDumpCntrPng, layerIndex, mDisplayName)
    [all...]
hwc.cpp 138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers;
139 layerIndex++) {
140 if(list->hwLayers[layerIndex].compositionType !=
143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex];
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.h 118 * @param: layerIndex - Index of layer being dumped.
122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
127 * @param: layerIndex - Index of layer being dumped.
131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
hwc_dump_layers.cpp 209 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[])
213 mDisplayName, layerIndex);
217 hwc_layer_1_t *layer = &hwLayers[layerIndex];
240 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex,
250 "Blending = %s%s%s", mDisplayName, layerIndex,
271 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[])
288 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng);
292 hwc_layer_1_t *layer = &hwLayers[layerIndex];
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng);
310 layerIndex, getWidth(hnd), getHeight(hnd)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 190 milliseconds