Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vpelib/src/core/inc/
Dmpc.h81 enum mpcc_alpha_blend_mode alpha_mode; /* alpha blend mode */ member
Dvpe_priv.h177 enum vpe_alpha_mode alpha_mode; member
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.cpp755 DXGI_ALPHA_MODE alpha_mode; in wsi_win32_surface_create_swapchain_dxgi() local
/external/libwebm/mkvmuxer/
Dmkvmuxer.h795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
Dmkvmuxer.cc1441 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode()
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
Dmkvmuxer.cc1441 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode()
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
Dmkvmuxer.cc1441 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode()
/external/mesa3d/src/amd/vpelib/inc/
Dvpe_types.h845 enum vpe_alpha_mode alpha_mode; /**< Alpha Mode. Output alpha in the output member
/external/igt-gpu-tools/lib/
Dpanfrost-job.h224 unsigned alpha_mode : 12; member
/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