Searched defs:hwLayers (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.cpp86 logLayer(i, list->hwLayers);
87 dumpLayer(i, list->hwLayers);
213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
215 if (NULL == hwLayers) {
221 hwc_layer_1_t *layer = &hwLayers[layerIndex];
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
296 if (NULL == hwLayers) {
302 hwc_layer_1_t *layer = &hwLayers[layerIndex];
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.cpp86 logLayer(i, list->hwLayers);
87 dumpLayer(i, list->hwLayers);
213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
215 if (NULL == hwLayers) {
221 hwc_layer_1_t *layer = &hwLayers[layerIndex];
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
296 if (NULL == hwLayers) {
302 hwc_layer_1_t *layer = &hwLayers[layerIndex];
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_dump_layers.cpp91 logLayer(i, list->hwLayers);
92 dumpLayer(i, list->hwLayers);
218 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
220 if (NULL == hwLayers) {
226 hwc_layer_1_t *layer = &hwLayers[layerIndex];
280 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
301 if (NULL == hwLayers) {
307 hwc_layer_1_t *layer = &hwLayers[layerIndex];
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_dump_layers.cpp90 logLayer(i, list->hwLayers);
91 dumpLayer(i, list->hwLayers);
217 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
219 if (NULL == hwLayers) {
225 hwc_layer_1_t *layer = &hwLayers[layerIndex];
279 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
300 if (NULL == hwLayers) {
306 hwc_layer_1_t *layer = &hwLayers[layerIndex];
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h406 hwc_layer_1_t hwLayers[0]; member in struct:hwc_display_contents_1

Completed in 363 milliseconds