Home
last modified time | relevance | path

Searched refs:tempSkBmpConfig (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp318 SkBitmap::Config tempSkBmpConfig = SkBitmap::kNo_Config; in dumpLayer() local
327 tempSkBmpConfig = SkBitmap::kARGB_8888_Config; in dumpLayer()
330 tempSkBmpConfig = SkBitmap::kRGB_565_Config; in dumpLayer()
334 tempSkBmpConfig = SkBitmap::kNo_Config; in dumpLayer()
337 if (SkBitmap::kNo_Config != tempSkBmpConfig) { in dumpLayer()
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp318 SkBitmap::Config tempSkBmpConfig = SkBitmap::kNo_Config; in dumpLayer() local
327 tempSkBmpConfig = SkBitmap::kARGB_8888_Config; in dumpLayer()
330 tempSkBmpConfig = SkBitmap::kRGB_565_Config; in dumpLayer()
334 tempSkBmpConfig = SkBitmap::kNo_Config; in dumpLayer()
337 if (SkBitmap::kNo_Config != tempSkBmpConfig) { in dumpLayer()
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()