Home
last modified time | relevance | path

Searched defs:alpha_mode (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DNativeSubWindow_qnx.cpp60 int alpha_mode = SCREEN_NON_PRE_MULTIPLIED_ALPHA; in createSubWindow() local
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp305 int alpha_mode = SCREEN_PRE_MULTIPLIED_ALPHA; in initialize() local
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dmpc.h81 enum mpcc_alpha_blend_mode alpha_mode; /* alpha blend mode */ member
H A Dvpe_priv.h185 enum vpe_alpha_mode alpha_mode; member
/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_client_protocol_headers/gen/wayland_protocol_codegen/
Dchrome-color-management.h1278 …_mode(struct zcr_color_management_surface_v1 *zcr_color_management_surface_v1, uint32_t alpha_mode) in zcr_color_management_surface_v1_set_alpha_mode()
/aosp_15_r20/external/libwebm/mkvmuxer/
H A Dmkvmuxer.h795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
H A Dmkvmuxer.cc1441 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode()
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
H A Dmkvmuxer.cc1441 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode()
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
H A Dmkvmuxer.cc1441 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode()
/aosp_15_r20/external/mesa3d/src/amd/vpelib/inc/
H A Dvpe_types.h612 enum vpe_alpha_mode alpha_mode; member
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dpanfrost-job.h224 unsigned alpha_mode : 12; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs11145 pub alpha_mode: DisplayPlaneAlphaFlagsKHR, field
11224 pub fn alpha_mode(mut self, alpha_mode: DisplayPlaneAlphaFlagsKHR) -> Self { in alpha_mode() method