/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 69 * Structure mapping Skia xfermodes to OpenGL blending factors. 98 // this array's SrcOver blending mode is actually DstOver. You can refer to 761 * destination in the blending equation, and the frame buffer becomes the source [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 166 virtual void setBlending(uint32_t blending) = 0;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 21 * Intrinsic kernels for blending two
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 150 /* Set up alpha blending and an Android background color */
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.h | 173 int getBlending(int blending);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.cpp | 107 setBlending(args.blending);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdp.cpp | 97 setBlending(args.blending);
|
/docs/source.android.com/src/devices/ |
graphics.jd | 271 <li>Pre-multiplied per-pixel alpha blending and per-plane alpha blending should be supported at the same time.</li>
|
/external/chromium_org/third_party/android_opengl/etc1/ |
etc1.cpp | 535 // the source bitmap for the blending to work nicely. 559 // the source bitmap for the blending to work nicely.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrGpu.h | 28 * Additional blend coefficients for dual source blending, not exposed 33 // using dual source blending.
|
/external/deqp/modules/gles3/stress/ |
es3sSpecialFloatTests.cpp | [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
docs.html | 115 Increased accuracy of alpha blending routines. 138 Fixed assembly for GCC optimized 50% alpha blending blits.
|
/external/skia/src/gpu/ |
GrGpu.h | 28 * Additional blend coefficients for dual source blending, not exposed 33 // using dual source blending.
|
/frameworks/base/core/java/android/view/ |
SurfaceControl.java | 112 * already multiplied by its alpha value. In this case the blending 197 * Surface flag: composite without blending when possible.
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 76 * color and have a blending operation that causes the color in overlapping 433 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_copybit.cpp | 574 layer->blending); 640 copybit->set_parameter(copybit, COPYBIT_BLEND_MODE, layer->blending);
|
hwc_mdpcomp.cpp | 467 if (layer->blending == HWC_BLENDING_NONE) 573 if (layer->blending == HWC_BLENDING_NONE) { [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_copybit.cpp | 574 layer->blending); 640 copybit->set_parameter(copybit, COPYBIT_BLEND_MODE, layer->blending);
|
/external/chromium_org/third_party/mesa/src/docs/ |
subset-A.html | 526 By blending the fragments into the frame buffer, the edges of 635 By enabling the appropriate blending mode, polygon edges will [all...] |
/external/mesa3d/docs/ |
subset-A.html | 526 By blending the fragments into the frame buffer, the edges of 635 By enabling the appropriate blending mode, polygon edges will [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.c | 382 * Set renderer blend state. Blending is disabled. [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.c | 382 * Set renderer blend state. Blending is disabled. [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 154 #define SDL_SRCALPHA 0x00010000 /**< Blit uses source alpha blending */ 626 * If 'flag' is 0, alpha blending is disabled for the surface. 627 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface. [all...] |
/packages/apps/Contacts/src/com/android/contacts/widget/ |
MultiShrinkScroller.java | [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 154 #define SDL_SRCALPHA 0x00010000 /**< Blit uses source alpha blending */ 626 * If 'flag' is 0, alpha blending is disabled for the surface. 627 * If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface. [all...] |