/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_and_cursor_composer_unittest.cc | 198 TEST_F(DesktopAndCursorComposerTest, Blend) {
|
/frameworks/base/libs/hwui/ |
TextDropShadowCache.cpp | 168 texture->blend = true;
|
Texture.h | 149 bool blend = false; member in class:android::uirenderer::Texture
|
/frameworks/base/libs/hwui/renderstate/ |
OffscreenBufferPool.cpp | 50 texture.blend = true;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
TunerZenModePanel.java | 73 // No background so it can blend with volume panel.
|
/frameworks/native/cmds/flatland/ |
Composers.cpp | 199 Composer* blend() { function in namespace:android
|
/frameworks/native/headers/media_plugin/media/openmax/ |
OMX_IVCommon.h | 294 * List of color blend types for pre/post processing 321 * Color blend configuration 328 * eColorBlend : Color blend type enumeration 695 * Plane blend configuration [all...] |
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
Blend.java | 38 public class Blend extends TestBase {
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
Blend.java | 38 public class Blend extends TestBase {
|
/hardware/qcom/display/msm8084/libcopybit/ |
copybit.h | 72 /* Blend mode */
|
/hardware/qcom/display/msm8226/libcopybit/ |
copybit.h | 72 /* Blend mode */
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.h | 72 /* Blend mode */
|
/hardware/qcom/display/msm8994/libcopybit/ |
copybit.h | 75 /* Blend mode */
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
OMX_IVCommon.h | 261 * List of color blend types for pre/post processing 288 * Color blend configuration 295 * eColorBlend : Color blend type enumeration 662 * Plane blend configuration
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
OMX_IVCommon.h | 248 * List of color blend types for pre/post processing 275 * Color blend configuration 282 * eColorBlend : Color blend type enumeration 649 * Plane blend configuration
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
OMX_IVCommon.h | 261 * List of color blend types for pre/post processing 288 * Color blend configuration 295 * eColorBlend : Color blend type enumeration 662 * Plane blend configuration [all...] |
/hardware/qcom/media/msm8998/mm-core/inc/ |
OMX_IVCommon.h | 261 * List of color blend types for pre/post processing 288 * Color blend configuration 295 * eColorBlend : Color blend type enumeration 662 * Plane blend configuration [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
QuickDraw.py | 33 blend = 32 variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
QuickDraw.py | 33 blend = 32 variable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 99 BLEND("Blending"),
|
/system/core/libpixelflinger/arch-mips64/ |
t32cb16blend.S | 24 * blend one of 2 16bpp RGB pixels held in dreg selected by shift
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_context.c | 105 void *blend, *blend_saved; member in struct:cso_context 132 if (ctx->blend == cso->data) 484 if (ctx->blend != handle) { 485 ctx->blend = handle; 495 ctx->blend_saved = ctx->blend; 501 if (ctx->blend != ctx->blend_saved) { 502 ctx->blend = ctx->blend_saved; [all...] |
/external/mesa3d/src/mesa/main/ |
api_validate.c | 48 * that implicitly calls Begin if any draw buffer has a blend function 57 if (ctx->Color.Blend[i]._UsesDualSrc) { 59 "dual source blend on illegal attachment"); 67 * "If any non-NONE draw buffer uses a blend equation found in table 97 * blend equation is found in table X.1 or X.2, and the active 99 * the blend equation or "blend_support_all_equations", the error 109 _mesa_enum_to_string(ctx->Color.Blend[0].EquationRGB)); [all...] |
/development/samples/ControllerSample/src/com/example/controllersample/ |
GameView.java | 454 private static int blend(float alpha, int from, int to) { method in class:GameView 461 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), method 462 blend(alpha, g1, g2), blend(alpha, b1, b2)); method [all...] |
/external/ImageMagick/ImageMagick/api/ |
fx.html | 164 <p>ColorizeImage() blends the fill color with each pixel in the image. A percentage blend is specified with opacity. Control the application of different color components by specifying a different percentage for each component (e.g. 90/100/10 is 90 red, 100 green, and 10 blue).</p> 169 Image *ColorizeImage(const Image *image,const char *blend, 184 <dt>blend</dt> 674 Image *TintImage(const Image *image,const char *blend, 689 <dt>blend</dt>
|