HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 276 - 300 of 1212) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 70 struct pipe_blend_state blend; member in struct:program
191 memset(&p->blend, 0, sizeof(p->blend));
192 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
310 cso_set_blend(p->cso, &p->blend);
  /external/skia/include/gpu/
GrCaps.h 84 * Indicates the capabilities of the fixed function blend unit.
90 // SVG/PDF blend modes. Requires blend barriers.
91 kAdvancedCoherent_BlendEquationSupport, //<! Advanced blend equation support that does not
92 // require blend barriers, and permits overlap.
  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 54 /* Disable blend mode for target surface */
89 * Helper that blits in a specific blend mode, -1 for basic blitting, -2 for color mod, -3 for alpha mod, -4 for mixed blend modes.
139 /* Optionally set blend mode. */
146 /* Test blend mode. */
500 /* Blend blitting */
617 { (SDLTest_TestCaseFp)surface_testBlitBlendBlend, "surface_testBlitBlendBlend", "Tests blitting routines with blend blending mode.", TEST_DISABLED};
  /system/core/libpixelflinger/
pixelflinger.cpp 305 c->state.blend.src = src;
306 c->state.blend.src_alpha = src;
307 c->state.blend.dst = dst;
308 c->state.blend.dst_alpha = dst;
309 c->state.blend.alpha_separate = 0;
320 c->state.blend.src = src;
321 c->state.blend.src_alpha = srcAlpha;
322 c->state.blend.dst = dst;
323 c->state.blend.dst_alpha = dstAplha;
324 c->state.blend.alpha_separate = 1
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 267 ilo_translate_blend_func(unsigned blend)
269 switch (blend) {
276 assert(!"unknown blend function");
305 assert(!"unknown blend factor");
694 struct ilo_blend_state *blend = vec->blend; local
695 struct ilo_state_cc_blend_info *info = &vec->blend->info.blend;
704 if (info->rt != &blend->dummy_rt) {
705 info->rt = &blend->dummy_rt
748 struct ilo_blend_state *blend = vec->blend; local
853 struct ilo_blend_state *blend; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 70 if (!mInfo[component].blend)
202 // blend away...
280 // we already computed the blend factor before, nothing to do.
283 // this is the first time, make sure to compute the blend
288 // we have a cached alpha blend factor, but we want another one,
291 // blend factors use ALPHA *and* ONE_MINUS_ALPHA (because
312 // help us find out what register we can use for the blend-factor
369 // don't need more than 8-bits for the blend factor
392 // for the blend factor, because we need ALPHA only.
427 // for the blend factor, because we need ALPHA only
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 62 /* If the blend equation is ADD or REVERSE_SUBTRACT,
83 /* If the blend equation is ADD or REVERSE_SUBTRACT,
102 /* If the blend equation is ADD or REVERSE_SUBTRACT,
117 /* If the blend equation is ADD or REVERSE_SUBTRACT,
132 /* If the blend equation is ADD or REVERSE_SUBTRACT,
155 /* If the blend equation is ADD or REVERSE_SUBTRACT,
336 /* Create a new blend state based on the CSO blend state.
338 * This encompasses alpha blending, logic/raster ops, and blend dithering. */
343 struct r300_blend_state* blend = CALLOC_STRUCT(r300_blend_state) local
536 struct r300_blend_state *blend = (struct r300_blend_state*)state; local
    [all...]
  /external/freetype/src/psaux/
psfont.c 294 if ( cffload->blend_check_vector( &subFont->blend,
299 /* blend has changed, reparse */
309 font->blend.font = subFont->blend.font;
311 /* clear state of charstring blend */
312 font->blend.usedBV = FALSE;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 95 void *saved_blend_state; /**< blend state */
180 * - blend state
206 * - blend state
309 * - blend state
326 * - blend state
340 * quad with a special blend or DSA state.
  /external/ImageMagick/PerlMagick/demo/
compose-specials.pl 7 # parameter "args=>" to the mis-named "blend=>" parameter.
106 $clone->Label('Blend 50x50\n(50% plus 50%)');
109 compose=>'blend',
  /external/autotest/client/deps/glbench/src/
windowmanagercompositingtest.cc 70 // We have to blend three textures, but we use multi-texture for this
71 // blending, not fb blend, to avoid the external memory traffic
86 // Compositing is blending, so we shall blend.
  /external/libdrm/exynos/
exynos_fimg2d.c 778 * g2d_blend - blend image data in source and destination buffers.
791 * @op: blend operation type.
801 union g2d_blend_func_val blend; local
843 blend.val = 0;
871 blend.val = g2d_get_blend_op(op);
873 g2d_add_cmd(ctx, BLEND_FUNCTION_REG, blend.val);
893 * g2d_scale_and_blend - apply scaling to source buffer and then blend to destination buffer
908 * @op: blend operation type.
919 union g2d_blend_func_val blend; local
962 blend.val = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 288 nv04->blend &= ~NV04_TEXTURED_TRIANGLE_BLEND_TEXTURE_MAP__MASK;
290 nv04->blend |= get_texenv_mode(ctx->Texture.Unit[0].EnvMode);
292 nv04->blend |= get_texenv_mode(GL_MODULATE);
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 88 * Compute per-vertex fog blend factors from fog coordinates by
94 * Fog blend factors are in the range [0,1].
222 /* compute blend factors from fog coordinates */
  /external/skia/src/core/
SkBlendMode.cpp 15 // 1) never pre-scale with rgb coverage if the blend mode involves a source-alpha term;
20 // source-alpha term, so we can't evaluate blend modes that need its original value.
23 // SkRasterPipeline. This lets us put the clamp inside the blend mode itself rather
SkMaskGamma.h 86 * in the presence of a gamma incorrect (linear) blend in the blitter.
129 /** The type of the mask pre-blend which will be returned from preBlend(SkColor). */
173 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
  /external/skqp/src/core/
SkBlendMode.cpp 14 // 1) never pre-scale with rgb coverage if the blend mode involves a source-alpha term;
19 // source-alpha term, so we can't evaluate blend modes that need its original value.
22 // SkRasterPipeline. This lets us put the clamp inside the blend mode itself rather
SkMaskGamma.h 86 * in the presence of a gamma incorrect (linear) blend in the blitter.
129 /** The type of the mask pre-blend which will be returned from preBlend(SkColor). */
173 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
ColorUtils.java 599 * Blend between two ARGB colors using the given ratio.
601 * <p>A blend ratio of 0.0 will result in {@code color1}, 0.5 will give an even blend,
606 * @param ratio the blend ratio of {@code color1} to {@code color2}
620 * Blend between {@code hsl1} and {@code hsl2} using the given ratio. This will interpolate
623 * <p>A blend ratio of 0.0 will result in {@code hsl1}, 0.5 will give an even blend,
628 * @param ratio the blend ratio of {@code hsl1} to {@code hsl2}
644 * Blend between two CIE-LAB colors using the given ratio.
646 * <p>A blend ratio of 0.0 will result in {@code lab1}, 0.5 will give an even blend
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Pei/
MonoStatusCode.h 19 The PEIM is a blend of libraries that correspond to the different status code
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
MonoStatusCode.h 30 The PEIM is a blend of libraries that correspond to the different status code
  /external/autotest/client/site_tests/graphics_GLBench/
control.bvt 52 - blend rate
control.hwqual 48 - blend rate
  /external/deqp/android/cts/master/src/
vk-excluded-tests.txt 12 # Issue 242: Excluded blend tests where propagated errors may be large
13 dEQP-VK.pipeline.blend.format.a2r10g10b10_unorm_pack32.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
14 dEQP-VK.pipeline.blend.format.a2r10g10b10_unorm_pack32.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
15 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
16 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
17 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
18 dEQP-VK.pipeline.blend.format.r5g5b5a1_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
19 dEQP-VK.pipeline.blend.format.r5g5b5a1_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
20 dEQP-VK.pipeline.blend.format.r5g5b5a1_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
  /external/deqp/doc/testspecs/GL3/
functional.fragment_out_location.txt 35 + Dual blend indices

Completed in 1193 milliseconds

<<11121314151617181920>>