Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp321 SkColorType tempSkBmpColor = kUnknown_SkColorType; in dumpLayer() local
329 tempSkBmpColor = kRGBA_8888_SkColorType; in dumpLayer()
332 tempSkBmpColor = kBGRA_8888_SkColorType; in dumpLayer()
335 tempSkBmpColor = kRGB_565_SkColorType; in dumpLayer()
341 tempSkBmpColor = kUnknown_SkColorType; in dumpLayer()
344 if (kUnknown_SkColorType != tempSkBmpColor) { in dumpLayer()
346 tempSkBmpColor, kIgnore_SkAlphaType); in dumpLayer()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp338 tempSkBmpColor, kIgnore_SkAlphaType); in dumpLayer()