OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerBlending
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h
48
enum
LayerBlending
{
273
LayerBlending
blending = kBlendingPremultiplied; //!< Blending operation which need to be
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.h
108
void SetBlending(const
LayerBlending
&source, mdss_mdp_blend_op *target);
hw_device.cpp
640
void HWDevice::SetBlending(const
LayerBlending
&source, mdss_mdp_blend_op *target) {
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.h
152
inline void SetBlending(const int32_t &source,
LayerBlending
*target);
hwc_display.cpp
773
void HWCDisplay::SetBlending(const int32_t &source,
LayerBlending
*target) {
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp
116
LayerBlending
blending = kBlendingPremultiplied;
Completed in 163 milliseconds