HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 401 - 425 of 948) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Analysis/CostModel/X86/
vselect-cost.ll 9 ; SSE41 added blend instructions with an immediate for <2 x double> and
62 ; AVX added blend instructions with an immediate for <4 x double> and
  /external/mesa3d/src/mesa/swrast/
s_context.h 86 #define BLEND_BIT 0x002 /**< Blend pixels */
217 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 235 0, /* blend == 0 */
310 0, /* blend == 0 */
  /external/pdfium/third_party/freetype/src/type1/
t1objs.c 227 face->blend = NULL;
375 if ( face->blend )
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 117 builder->codeAppend("float blend = step(1.0, max(x, y));");
118 builder->codeAppendf("%s = mix(inside, outside, blend);", outColor);
  /external/skia/tools/
dm_flags.py 121 'blend',
140 for test in ['blend',
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 201 * @return source blend function
209 * @return destination blend function
  /system/core/libpixelflinger/
scanline.cpp 178 * SRC_OVER means we blend the source pixels to the destination
180 * This mode is otherwise called 'blend'.
182 * SRCA_OVER means we blend the source pixels to the destination
197 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
204 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
212 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
504 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
505 blend_factor(c, &df, c->state.blend.dst, fragment, fb);
514 if (c->state.blend.alpha_separate) {
515 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 141 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) {
158 switch ( ctx->Color.Blend[0].SrcRGB ) {
205 switch ( ctx->Color.Blend[0].DstRGB ) {
    [all...]
  /external/ImageMagick/MagickCore/
pixel.h 116 BlendInterpolatePixel, /* blend of nearest 1, 2 or 4 pixels */
  /external/ImageMagick/
README.txt 54 * Image gradients: create a gradual blend of one color whose shape is
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
shape-outside.html 8 /* TODO: add inset test once blend() works for it */
  /external/freetype/include/internal/
autohint.h 139 /* Masters fonts where blend coordinates change). */
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 572 printf("blend test with %s.\n",
860 * The blend test uses the userptr functionality of exynos-drm, which
862 * exynos-iommu support, then the blend test is going to produce (kernel)
870 fprintf(stderr, "failed to test blend operation.\n");
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
autohint.h 139 /* Masters fonts where blend coordinates change). */
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ParticleEmittersTest.java 132 skipCleanup = new CheckBox("Skip blend function clean-up", skin);
  /external/mesa3d/docs/
GL3.txt 28 Per-buffer blend and masks (GL_EXT_draw_buffers2) DONE (i965, r600, swrast)
RELNOTES-3.1 77 Allows specification of blend factors for RGB and Alpha independently.
llvmpipe.html 178 build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 53 const struct pipe_blend_state *blend );
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 169 cso_set_blend(p->cso, &p->blend);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 137 /* fog coord, not fog blend factor */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 113 * @param func the blend function
lp_rast.h 64 * the fragment shader, such as blend color and alpha ref value.
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 109 struct nv50_blend_stateobj *blend; member in struct:nv50_context

Completed in 474 milliseconds

<<11121314151617181920>>