Home
last modified time | relevance | path

Searched refs:alphaMask (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c108 * \c GL_BGRA case, except the \c alphaMask is zero. This means that, as
307 modes->alphaMask = masks[3]; in driCreateConfigs()
616 if (mode->alphaMask) { in dri_fill_st_visual()
617 assert(mode->alphaMask == 0xC0000000); in dri_fill_st_visual()
625 if (mode->alphaMask) { in dri_fill_st_visual()
626 assert(mode->alphaMask == 0xC0000000); in dri_fill_st_visual()
634 if (mode->alphaMask) { in dri_fill_st_visual()
635 assert(mode->alphaMask == 0xFF000000); in dri_fill_st_visual()
647 if (mode->alphaMask) { in dri_fill_st_visual()
648 assert(mode->alphaMask in dri_fill_st_visual()
[all...]
H A Ddri_util.c323 __ATTRIB(__DRI_ATTRIB_ALPHA_MASK, alphaMask); in driGetConfigAttribIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dcopyvertex.inc.h496 const uint32_t alphaMask = 0x3; // 1 set in bits 0 and 1 in CopyXYZ10W2ToXYZWFloatVertexData() local
511 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyXYZ10W2ToXYZWFloatVertexData()
561 const uint32_t alphaMask = 0x3; // 1 set in bits 0 and 1 in CopyW2XYZ10ToXYZWFloatVertexData() local
576 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyW2XYZ10ToXYZWFloatVertexData()
/third_party/mesa3d/src/mesa/main/
H A Dglconfig.h18 GLuint redMask, greenMask, blueMask, alphaMask; member
/third_party/mesa3d/src/glx/
H A Dglxconfig.h40 GLuint redMask, greenMask, blueMask, alphaMask; member
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp831 SkPDFIndirectReference alphaMask = in create_smask_graphic_state() local
839 alphaMask, false, SkPDFGraphicState::kLuminosity_SMaskMode, doc); in create_smask_graphic_state()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h638 const gl::DrawBufferMask &alphaMask,
643 const gl::DrawBufferMask &alphaMask,
H A Dvk_cache_utils.cpp2371 const gl::DrawBufferMask &alphaMask,
2385 mask = alphaMask[colorIndexGL] ? (colorMask & ~VK_COLOR_COMPONENT_A_BIT) : colorMask;
2402 const gl::DrawBufferMask &alphaMask,
2405 setColorWriteMasks(colorMasks, alphaMask, enabledDrawBuffers);
/third_party/skia/src/opts/
H A DSkSwizzler_opts.h1341 const __m128i alphaMask = _mm_set1_epi32(0xFF000000); in insert_alpha_should_swaprb() local
1357 __m128i rgba = _mm_or_si128(_mm_shuffle_epi8(rgb, expand), alphaMask); in insert_alpha_should_swaprb()
/third_party/glfw/src/
H A Dx11_window.c1875 return pf && pf->direct.alphaMask; in _glfwIsVisualTransparentX11()

Completed in 18 milliseconds