HomeSort by relevance Sort by last modified time
    Searched refs:blend (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderLuminance.java 33 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { method in class:TextureBlenderLuminance
118 * the blend type
218 throw new IllegalStateException("Unknown blend type: " + blendtype);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 341 void AffineTransform::blend(const AffineTransform& from, double progress) function in class:WebCore::AffineTransform
TransformationMatrix.h 262 void blend(const TransformationMatrix& from, double progress);
  /frameworks/base/libs/hwui/
GradientCache.cpp 179 texture->blend = info.hasAlpha;
Caches.cpp 86 blend = false;
PathCache.cpp 307 texture->blend = true;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 160 texture = textureBlender.blend(diffuseColorArray, texture, color, colfac, blendType, negateTexture, blenderContext);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 150 bool blend; member in struct:gl::State
Context.cpp 49 mState.blend = false;
422 if (mState.blend != enabled)
424 mState.blend = enabled;
431 return mState.blend;
1121 case GL_BLEND: *params = mState.blend; break;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 307 Color Color::blend(const Color& source) const
  /system/core/include/private/pixelflinger/
ggl_context.h 512 blend_state_t blend; member in struct:android::state_t
  /external/freetype/src/truetype/
ttobjs.c 689 tt_done_blend( memory, face->blend );
690 face->blend = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c     [all...]
  /external/sepolicy/
access_vectors 474 blend
  /external/v8/benchmarks/
raytrace.js 167 blend: function(c1, c2, w){
755 color = Flog.RayTracer.Color.prototype.blend(
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 162 blend: function(c1, c2, w){
781 color = Flog.RayTracer.Color.prototype.blend(
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 162 blend: function(c1, c2, w){
781 color = Flog.RayTracer.Color.prototype.blend(
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 162 blend: function(c1, c2, w){
750 color = Flog.RayTracer.Color.prototype.blend(
  /system/core/libpixelflinger/codeflinger/
blending.cpp 69 if (!mInfo[component].blend)
201 // blend away...
279 // we already computed the blend factor before, nothing to do.
282 // this is the first time, make sure to compute the blend
287 // we have a cached alpha blend factor, but we want another one,
290 // blend factors use ALPHA *and* ONE_MINUS_ALPHA (because
311 // help us find out what register we can use for the blend-factor
368 // don't need more than 8-bits for the blend factor
391 // for the blend factor, because we need ALPHA only.
426 // for the blend factor, because we need ALPHA only
    [all...]
GGLAssembler.cpp 177 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
179 mBlending |= (info.blend ? mask : 0);
501 // Are we actually going to blend?
    [all...]
texturing.cpp 117 // components as needed (or not at all if we don't blend)
1292 void GGLAssembler::blend( function in class:android::GGLAssembler
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 161 * SRC_OVER means we blend the source pixels to the destination
163 * This mode is otherwise called 'blend'.
165 * SRCA_OVER means we blend the source pixels to the destination
180 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
187 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
195 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
481 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
482 blend_factor(c, &df, c->state.blend.dst, fragment, fb);
491 if (c->state.blend.alpha_separate) {
492 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb)
    [all...]
  /external/qemu/android/skin/
window.c 173 display_set_onion( ADisplay* disp, SkinImage* onion, SkinRotation rotation, int blend )
182 disp->onion = skin_image_clone_full( onion, rotation, blend );
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 334 const BLENDFUNCTION blend = { AC_SRC_OVER, 0 local
337 bool success = alphaBlendIfSupported(m_dc, origRect.x(), origRect.y(), origRect.width(), origRect.height(), hdc, 0, 0, bmpRect.right, bmpRect.bottom, blend);
    [all...]

Completed in 537 milliseconds

1 2 3 45 6