Home
last modified time | relevance | path

Searched refs:HwcDebug (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.h39 class HwcDebug {
58 HwcDebug(uint32_t dpy);
59 ~HwcDebug() {}; in ~HwcDebug()
Dhwc_dump_layers.cpp56 bool HwcDebug::sDumpEnable = false;
58 HwcDebug::HwcDebug(uint32_t dpy): in HwcDebug() function in qhwc::HwcDebug
80 void HwcDebug::dumpLayers(hwc_display_contents_1_t* list) in dumpLayers()
92 bool HwcDebug::needToDumpLayers() in needToDumpLayers()
180 void HwcDebug::logHwcProps(uint32_t listFlags) in logHwcProps()
213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer()
372 void HwcDebug::getHalPixelFormatStr(int format, char pixFormatStr[]) in getHalPixelFormatStr()
Dhwc_utils.h66 class HwcDebug; variable
519 qhwc::HwcDebug *mHwcDebug[HWC_NUM_DISPLAY_TYPES];
Dhwc_utils.cpp232 ctx->mHwcDebug[i] = new HwcDebug(i); in initContext()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.h39 class HwcDebug {
58 HwcDebug(uint32_t dpy);
59 ~HwcDebug() {}; in ~HwcDebug()
Dhwc_dump_layers.cpp60 bool HwcDebug::sDumpEnable = false;
62 HwcDebug::HwcDebug(uint32_t dpy): in HwcDebug() function in qhwc::HwcDebug
84 void HwcDebug::dumpLayers(hwc_display_contents_1_t* list) in dumpLayers()
96 bool HwcDebug::needToDumpLayers() in needToDumpLayers()
184 void HwcDebug::logHwcProps(uint32_t listFlags) in logHwcProps()
217 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer()
279 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer()
379 void HwcDebug::getHalPixelFormatStr(int format, char pixFormatStr[]) in getHalPixelFormatStr()
Dhwc_utils.h73 class HwcDebug; variable
627 qhwc::HwcDebug *mHwcDebug[HWC_NUM_DISPLAY_TYPES];
Dhwc_utils.cpp348 ctx->mHwcDebug[i] = new HwcDebug(i); in initContext()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.h39 class HwcDebug {
58 HwcDebug(uint32_t dpy);
59 ~HwcDebug() {}; in ~HwcDebug()
Dhwc_dump_layers.cpp56 bool HwcDebug::sDumpEnable = false;
58 HwcDebug::HwcDebug(uint32_t dpy): in HwcDebug() function in qhwc::HwcDebug
80 void HwcDebug::dumpLayers(hwc_display_contents_1_t* list) in dumpLayers()
92 bool HwcDebug::needToDumpLayers() in needToDumpLayers()
180 void HwcDebug::logHwcProps(uint32_t listFlags) in logHwcProps()
213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer()
371 void HwcDebug::getHalPixelFormatStr(int format, char pixFormatStr[]) in getHalPixelFormatStr()
Dhwc_utils.h67 class HwcDebug; variable
552 qhwc::HwcDebug *mHwcDebug[HWC_NUM_DISPLAY_TYPES];
Dhwc_utils.cpp252 ctx->mHwcDebug[i] = new HwcDebug(i); in initContext()