OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLayerColor
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.h
63
HWC2::Error
SetLayerColor
(hwc_color_t color);
hwc_session.cpp
465
static int32_t
SetLayerColor
(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
467
return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::
SetLayerColor
, color);
648
case HWC2::FunctionDescriptor::
SetLayerColor
:
649
return AsFP<HWC2_PFN_SET_LAYER_COLOR>(
SetLayerColor
);
[
all
...]