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

1 2 3 45 6

  /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 176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
178 mBlending |= (info.blend ? mask : 0);
498 // Are we actually going to blend?
    [all...]
texturing.cpp 117 // components as needed (or not at all if we don't blend)
1274 void GGLAssembler::blend( function in class:android::GGLAssembler
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
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...]
  /system/core/libpixelflinger/
scanline.cpp 150 * SRC_OVER means we blend the source pixels to the destination
152 * This mode is otherwise called 'blend'.
154 * SRCA_OVER means we blend the source pixels to the destination
169 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
176 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
184 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
460 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
461 blend_factor(c, &df, c->state.blend.dst, fragment, fb);
470 if (c->state.blend.alpha_separate) {
471 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb)
    [all...]
  /external/qemu/android/skin/
window.c 170 display_set_onion( ADisplay* disp, SkinImage* onion, SkinRotation rotation, int blend )
179 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...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1027 void TransformationMatrix::blend(const TransformationMatrix& from, double progress) function in class:WebCore::TransformationMatrix
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 2665 milliseconds

1 2 3 45 6