HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 51 - 75 of 447) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 284 m_context->enable(GraphicsContext3D::BLEND);
288 m_context->disable(GraphicsContext3D::BLEND);
291 m_context->enable(GraphicsContext3D::BLEND);
295 m_context->enable(GraphicsContext3D::BLEND);
299 m_context->enable(GraphicsContext3D::BLEND);
303 m_context->enable(GraphicsContext3D::BLEND);
307 m_context->enable(GraphicsContext3D::BLEND);
311 m_context->enable(GraphicsContext3D::BLEND);
315 m_context->enable(GraphicsContext3D::BLEND);
319 m_context->enable(GraphicsContext3D::BLEND);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 41 * blend: none | premult | coverage
53 * RGBA8888 [100, 150, 300, 400] blend: coverage \
147 blend(defaultBlend), color(defaultColor),
154 int32_t blend; member in class:Rectangle
321 layer->blending = it->blend;
440 } else if (attrName == "blend:") { // Blend
445 rect.blend = HWC_BLENDING_NONE;
447 rect.blend = HWC_BLENDING_PREMULT;
449 rect.blend = HWC_BLENDING_COVERAGE
    [all...]
  /external/skia/legacy/src/effects/
SkArithmeticMode.cpp 49 static int blend(int src, int dst, int scale) { function
111 a = blend(a, SkGetPackedA32(sc), scale);
112 r = blend(r, SkGetPackedR32(sc), scale);
113 g = blend(g, SkGetPackedG32(sc), scale);
114 b = blend(b, SkGetPackedB32(sc), scale);
  /external/skia/src/effects/
SkArithmeticMode.cpp 53 static int blend(int src, int dst, int scale) { function
115 a = blend(a, SkGetPackedA32(sc), scale);
116 r = blend(r, SkGetPackedR32(sc), scale);
117 g = blend(g, SkGetPackedG32(sc), scale);
118 b = blend(b, SkGetPackedB32(sc), scale);
SkBlendImageFilter.cpp 158 static const char* Name() { return "Blend"; }
302 const GrBlendEffect& blend = GetEffectFromStage<GrBlendEffect>(stage); local
303 GrTexture* fgTex = blend.texture(0);
304 GrTexture* bgTex = blend.texture(1);
317 const GrBlendEffect& blend = GetEffectFromStage<GrBlendEffect>(stage); local
319 GrTexture* fgTex = blend.texture(0);
320 GrTexture* bgTex = blend.texture(1);
330 EffectKey modeKey = blend.mode() << (2 * GrGLEffectMatrix::kKeyBits);
  /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/qemu/android/skin/
image.h 35 int blend; /* blending, 0..256 value */ member in struct:SkinImageDesc
87 int blend );
90 extern void skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend );
  /external/skia/include/core/
SkBlitRow.h 51 @param count number of colors to blend
66 /** Blend a single color onto a row of S32 pixels, writing the result
80 /** Blend a single color into a rectangle of D32 pixels. */
  /external/webkit/Source/WebCore/platform/graphics/transforms/
RotateTransformOperation.cpp 32 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::RotateTransformOperation
68 // Blend them
69 toT.blend(fromT, progress);
PerspectiveTransformOperation.cpp 35 PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::PerspectiveTransformOperation
54 toT.blend(fromT, progress);
SkewTransformOperation.cpp 27 PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::SkewTransformOperation
  /frameworks/base/libs/hwui/
SkiaColorFilter.cpp 26 SkiaColorFilter::SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend):
27 mType(type), mBlend(blend), mSkFilter(skFilter) {
92 // Blend color filter
SkiaColorFilter.h 50 ANDROID_API SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend);
56 inline bool blend() const { function in struct:android::uirenderer::SkiaColorFilter
  /external/skia/legacy/include/core/
SkBlitRow.h 58 @param count number of colors to blend
67 /** Blend a single color onto a row of S32 pixels, writing the result
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 87 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n");
88 if (fOut) fprintf(fOut,"varColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\r\n");
  /frameworks/rs/scriptc/
rs_program.rsh 76 * Get program store blend source function
84 * Get program store blend destination function
  /prebuilts/sdk/renderscript/include/
rs_program.rsh 76 * Get program store blend source function
84 * Get program store blend destination function
  /external/freetype/src/psaux/
t1decode.c 808 PS_Blend blend = decoder->blend; local
814 if ( !blend )
822 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
852 for ( mm = 1; mm < blend->num_designs; mm++ )
853 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
868 PS_Blend blend = decoder->blend; local
871 if ( arg_cnt != 1 || blend == NULL )
877 idx + blend->num_designs > decoder->len_buildchar
936 PS_Blend blend = decoder->blend; local
957 PS_Blend blend = decoder->blend; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.mm 32 // Blend from background to |kDividerGrayscale| and back to
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlender.java 50 Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext); method in interface:TextureBlender
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SpatialTrack.java 104 float blend = (time - times[startFrame]) / (times[endFrame] - times[startFrame]); local
120 tempQ.nlerp(tempQ2, blend);
121 tempV.interpolate(tempV2, blend);
122 tempS.interpolate(tempS2, blend);
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
RadialBlur.frag 44 //Blend the original color with the averaged pixels
RadialBlur15.frag 47 //Blend the original color with the averaged pixels
  /frameworks/native/cmds/flatland/
Flatland.h 58 Composer* blend();
  /frameworks/native/opengl/tests/gl_perf/
filltest.cpp 43 printf("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n");

Completed in 3452 milliseconds

1 23 4 5 6 7 8 91011>>