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

1 2 3 4 56 7 8 91011>>

  /system/core/libpixelflinger/
picker.cpp 53 uint32_t src = c->state.blend.src;
54 uint32_t dst = c->state.blend.dst;
55 uint32_t src_alpha = c->state.blend.src_alpha;
56 uint32_t dst_alpha = c->state.blend.dst_alpha;
84 if (c->state.blend.alpha_separate) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 175 switch (softpipe->blend->logicop_func) {
258 * \param const_blend_color the constant blend color
278 switch (softpipe->blend->rt[blend_index].rgb_src_factor) {
449 switch (softpipe->blend->rt[blend_index].alpha_src_factor) {
541 switch (softpipe->blend->rt[blend_index].rgb_dst_factor) {
701 switch (softpipe->blend->rt[blend_index].alpha_dst_factor) {
778 switch (softpipe->blend->rt[blend_index].rgb_func) {
805 assert(0 && "invalid rgb blend func");
811 switch (softpipe->blend->rt[blend_index].alpha_func) {
828 assert(0 && "invalid alpha blend func")
924 const struct pipe_blend_state *blend = softpipe->blend; local
1222 const struct pipe_blend_state *blend = softpipe->blend; local
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.blend_equation_advanced.txt 19 Blend Equation Advanced (GL_KHR_blend_equation_advanced)
41 rendered without blending, while subsequent quads have the advanced blend mode
48 multiple quads are rendered, one quad per draw call. A blend barrier call is
  /external/llvm/test/CodeGen/X86/
avx-win64.ll 19 ; CHECK: blend
36 %blend.i52 = call <8 x float> @llvm.x86.avx.blendv.ps.256(<8 x float> %x, <8 x float> %binop33, <8 x float> %mask_as_float.i48) nounwind
40 %0 = phi <8 x float> [ %x, %allocas ], [ %blend.i52, %safe_if_run_false ]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fog.c 45 /* Fog blend factor computation for hw tcl */
87 * Compute per-vertex fog blend factors from fog coordinates by
92 * Fog blend factors are in the range [0,1].
  /external/opencv3/doc/tutorials/core/adding_images/
adding_images.markdown 20 (two-input) operator is the *linear blend operator*:
62 namedWindow("Linear Blend", 1);
67 imshow( "Linear Blend", dst );
  /external/webp/include/webp/
mux_types.h 49 // Blend operation (animation only). Indicates how transparent pixels of the
52 WEBP_MUX_BLEND, // Blend.
53 WEBP_MUX_NO_BLEND // Do not blend.
  /external/webp/src/webp/
mux_types.h 49 // Blend operation (animation only). Indicates how transparent pixels of the
52 WEBP_MUX_BLEND, // Blend.
53 WEBP_MUX_NO_BLEND // Do not blend.
  /frameworks/base/libs/hwui/
GlopBuilder.h 22 #include "renderstate/Blend.h"
71 float alpha, SkXfermode::Mode mode, Blend::ModeOrderSwap modeUsage);
114 SkXfermode::Mode mode, Blend::ModeOrderSwap modeUsage,
  /external/mesa3d/src/mesa/swrast/
s_fog.c 85 * Template code for computing fog blend factor and applying it to colors.
87 * \param COMPUTE_F code to compute the fog blend factor, f.
128 * They fog values are either fog coordinates (Z) or fog blend factors.
158 /* The span's fog values are fog coordinates, now compute blend factors
159 * and blend the fragment colors with the fog color.
227 /* The span's fog start/step/array values are blend factors in [0,1].
  /developers/build/prebuilts/gradle/DrawableTinting/
README.md 13 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
  /developers/samples/android/ui/DrawableTinting/
README.md 13 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
StageTest.java 86 Image blend = new Image(new TextureRegion(uiTexture, 0, 0, 64, 32)); local
87 blend.setAlign(Align.center);
88 blend.setScaling(Scaling.none);
89 blend.addListener(new InputListener() {
98 blend.setY(ui.getHeight() - 64);
109 rotate.setPosition(64, blend.getY());
120 scale.setPosition(128, blend.getY());
144 ui.addActor(blend);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.h 58 const struct pipe_blend_state *blend,
71 const struct pipe_blend_state *blend,
  /external/skia/gm/
pathopsinverse.cpp 25 SkColor blendColor = blend(oneColor, twoColor);
37 SkColor blend(SkColor one, SkColor two) { function in class:skiagm::PathOpsInverseGM
  /external/skia/include/core/
SkBlitRow.h 60 @param count number of colors to blend
67 /** Blend a single color onto a row of S32 pixels, writing the result
  /external/skia/src/opts/
SkBlitRow_opts_SSE4.cpp 51 // All 16 source pixels are fully opaque. There's no need to read dst or blend it.
58 // The general slow case: do the blend for all 16 pixels.
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 32 SkScalar* blend = autoBlend.ptr(); local
37 interp->setKeyFrame(index, msec, scalars, blend);
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 85 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n");
86 if (fOut) fprintf(fOut,"varColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\r\n");
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 21 * \brief Indexed blend operation tests (GL_EXT_draw_buffers_indexed)
185 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend)
187 if (blend.enableBlend)
189 if (*blend.enableBlend)
195 if (blend.colorMask)
197 const BVec4& mask = *blend.colorMask;
202 if (blend.blendEq)
204 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
214 if (blend.blendFunc)
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc
    [all...]
  /external/freetype/src/psaux/
t1decode.c 815 PS_Blend blend = decoder->blend; local
821 if ( !blend )
829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
859 for ( mm = 1; mm < blend->num_designs; mm++ )
860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
875 PS_Blend blend = decoder->blend; local
878 if ( arg_cnt != 1 || blend == NULL )
884 (FT_UInt)idx + blend->num_designs > decoder->len_buildchar
943 PS_Blend blend = decoder->blend; local
964 PS_Blend blend = decoder->blend; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1decode.c 815 PS_Blend blend = decoder->blend; local
821 if ( !blend )
829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
859 for ( mm = 1; mm < blend->num_designs; mm++ )
860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
875 PS_Blend blend = decoder->blend; local
878 if ( arg_cnt != 1 || blend == NULL )
884 (FT_UInt)idx + blend->num_designs > decoder->len_buildchar
943 PS_Blend blend = decoder->blend; local
964 PS_Blend blend = decoder->blend; local
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 815 PS_Blend blend = decoder->blend; local
821 if ( !blend )
829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
859 for ( mm = 1; mm < blend->num_designs; mm++ )
860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
875 PS_Blend blend = decoder->blend; local
878 if ( arg_cnt != 1 || blend == NULL )
884 (FT_UInt)idx + blend->num_designs > decoder->len_buildchar
943 PS_Blend blend = decoder->blend; local
964 PS_Blend blend = decoder->blend; local
    [all...]
  /development/perftests/panorama/
Android.mk 16 feature_mos/src/mosaic/Blend.cpp \
  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 28 #include "Blend.h"
42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
43 int stripType = Blend::STRIP_TYPE_THIN;
213 Blend *blender;

Completed in 840 milliseconds

1 2 3 4 56 7 8 91011>>