HomeSort by relevance Sort by last modified time
    Searched full:blending (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 55 l->compositionType, l->flags, l->handle, l->transform, l->blending,
154 (cur->blending == HWC_BLENDING_NONE))
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 55 * Structure mapping Skia xfermodes to OpenGL blending factors.
84 // this array's SrcOver blending mode is actually DstOver. You can refer to
394 * destination in the blending equation, and the frame buffer becomes the source
878 // the Clear blending mode
    [all...]
  /frameworks/base/opengl/tests/hwc/
hwcStress.cpp 76 * color and have a blending operation that causes the color in overlapping
435 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
hwcRects.cpp 322 layer->blending = it->blend;
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 311 hwcl->blending = HWC_BLENDING_NONE;
324 hwcl->blending = mPremultipliedAlpha ?
Layer.cpp 318 // in case of error (unknown format), we assume no blending
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 385 // Single texture program, plus blending
419 // Multi texture program, plus blending
    [all...]
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 91 /**< Applied when Transition is active and blending of two videos is
106 M4VSS3GPP_kEditAudioState_TRANSITION = 22 /**< Transition; blending of two audio */
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 93 // This test assumes we use pre-multipled alpha blending and should
94 // set the blending function and color correctly.
  /external/mesa3d/docs/
subset-A.html 532 &nbsp;By blending the fragments into the frame buffer, the edges of
641 &nbsp;By enabling the appropriate blending mode, polygon edges will
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 717 * \name Blending
721 GLenum BlendSrcRGB; /**< Blending source operator */
722 GLenum BlendDstRGB; /**< Blending destination operator */
725 GLenum BlendEquationRGB; /**< Blending equation */
727 GLfloat BlendColor[4]; /**< Blending color */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */
579 * If 'flag' is 0, alpha blending is disabled for the surface.
580 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 94 private static final String ATTR_BLENDING = "blending";
1196 final int blending = Integer.parseInt(parser.getAttributeValue("", ATTR_BLENDING)); local
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */
579 * If 'flag' is 0, alpha blending is disabled for the surface.
580 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */
579 * If 'flag' is 0, alpha blending is disabled for the surface.
580 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 147 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */
581 * If 'flag' is 0, alpha blending is disabled for the surface.
582 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */
579 * If 'flag' is 0, alpha blending is disabled for the surface.
580 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
    [all...]
  /external/clang/lib/Headers/
smmintrin.h 65 /* SSE4 Packed Blending Intrinsics. */
  /external/qemu/android/skin/
image.c 690 /* apply blending to a source skin image and copy the result to a target clone image */
  /external/skia/gpu/include/
GrTypes.h 215 * Coeffecients for alpha-blending.
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 59 // for all four highlighted text values. Blending this with white yields:
  /frameworks/base/core/java/android/view/
Surface.java 134 * already multiplied by its alpha value. In this case the blending
  /frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 244 /* Set up alpha blending and an Android background color */
  /hardware/ti/omap4xxx/hwc/
hwc.c 176 l->compositionType, l->flags, l->handle, l->transform, l->blending,
329 #define is_BLENDED(layer) ((layer)->blending != HWC_BLENDING_NONE)
473 oc->pre_mult_alpha = layer->blending == HWC_BLENDING_PREMULT;
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
smmintrin.h 65 /* SSE4 Packed Blending Intrinsics. */

Completed in 997 milliseconds

1 2 34 5 6