/external/mesa3d/src/gallium/drivers/ilo/ |
ilo_render.c | 388 ilo_state_cc_full_delta(&vec->blend->cc, render->dev, 413 ilo_state_cc_get_delta(&vec->blend->cc, render->dev, 434 render->state.cc = vec->blend->cc;
|
ilo_render_dynamic.c | 106 r->state.BLEND_STATE = gen8_BLEND_STATE(r->builder, &vec->blend->cc); 108 r->state.BLEND_STATE = gen6_BLEND_STATE(r->builder, &vec->blend->cc); 117 gen6_COLOR_CALC_STATE(r->builder, &vec->blend->cc); 126 gen6_DEPTH_STENCIL_STATE(r->builder, &vec->blend->cc);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationTemplateViewWrapper.java | 166 // transformation, we rather blend it manually with the background color. 193 // transformation, we rather blend it manually with the background color. 212 // alpha doesn't go well for color filters, so let's blend it manually
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/layout/ |
tinting_fragment.xml | 62 <!-- Blend mode -->
|
/developers/samples/android/ui/DrawableTinting/Application/src/main/res/layout/ |
tinting_fragment.xml | 62 <!-- Blend mode -->
|
/development/samples/browseable/DrawableTinting/res/layout/ |
tinting_fragment.xml | 62 <!-- Blend mode -->
|
/external/deqp/doc/testspecs/GLES2/ |
functional.rasterization.txt | 43 Fill rules are tested using additive blend so that pixels on shared
|
/external/freetype/include/freetype/ |
ftmm.h | 440 /* Choose an interpolated font design through normalized blend */ 485 /* Get the normalized blend coordinates of the currently selected */ 493 /* num_coords :: The number of normalized blend coordinates to */ 499 /* coords :: The normalized blend coordinates array. * [all...] |
/external/freetype/include/freetype/internal/ |
t1types.h | 211 PS_Blend blend; member in struct:T1_FaceRec_
|
/external/freetype/src/cff/ |
cfftoken.h | 146 CFF_FIELD_BLEND ( 23, "blend" )
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
planar_functions.h | 320 // Get function to Alpha Blend ARGB pixels and store to destination. 324 // Alpha Blend ARGB images and store to destination. 333 // Alpha Blend plane and store to destination. 342 // Alpha Blend YUV images and store to destination.
|
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 495 // Get function to Alpha Blend ARGB pixels and store to destination. 499 // Alpha Blend ARGB images and store to destination. 512 // Alpha Blend plane and store to destination. 526 // Alpha Blend YUV images and store to destination.
|
/external/mesa3d/docs/relnotes/ |
10.3.5.html | 76 <li>freedreno/a3xx: only enable blend clamp for non-float formats</li>
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_cache.h | 50 * - blend
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_context.h | 136 struct pipe_blend_state *blend; member in struct:etna_context
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
fd3_blend.c | 55 DBG("invalid blend func: %x", func);
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_blend.c | 53 DBG("invalid blend func: %x", func);
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_blend.c | 52 DBG("invalid blend func: %x", func);
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
freedreno_util.c | 135 DBG("invalid blend factor: %x", factor);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.h | 60 const struct pipe_blend_state *blend; member in struct:llvmpipe_context
|
lp_state_fs.h | 66 struct pipe_blend_state blend; member in struct:lp_fragment_shader_variant_key
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_context.h | 65 struct nv30_blend_stateobj *blend; member in struct:nv30_context
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_state_validate.c | 388 PUSH_SPACE(push, nv50->blend->size); 389 PUSH_DATAp(push, nv50->blend->state, nv50->blend->size); 474 if (!ctx_to->blend)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_surface.c | 73 util_blitter_save_blend(sp->blitter, sp->blend);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_context.h | 108 unsigned blend_color_alpha:1; /**< set blend color to alpha value */ 257 const struct svga_blend_state *blend; member in struct:svga_state 459 /* Bitmask of blend state objects IDs */ 573 /** A blend state with blending disabled, for falling back to when blending
|