Home
last modified time | relevance | path

Searched refs:hwc_color (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/
DHwc2.h38 typedef struct hwc_color { struct
/hardware/libhardware/include_all/hardware/
Dhwcomposer_defs.h54 typedef struct hwc_color { struct
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h54 typedef struct hwc_color { struct
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h436 hwc_color_t hwc_color{color.r, color.g, color.b, color.a}; in setLayerColor()
437 int32_t err = mDispatch.setLayerColor(mDevice, display, layer, hwc_color); in setLayerColor()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.cpp1690 hwc_color_t hwc_color{color.r, color.g, color.b, color.a}; in parseSetLayerColor() local
1691 auto err = mClient.hwc_session_->SetLayerColor(mDisplay, mLayer, hwc_color); in parseSetLayerColor()