HomeSort by relevance Sort by last modified time
    Searched defs:Blend (Results 1 - 15 of 15) sorted by null

  /external/skia/src/codec/
SkCodecAnimationPriv.h 13 * How to blend the current frame.
15 enum class Blend {
17 * Blend with the prior frame. This is the typical case, supported
23 * Do not blend.
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
blend.h 23 * @file blend.cpp
164 default: SWR_ASSERT(false, "Unimplemented blend factor: %d", func);
223 SWR_ASSERT(false, "Unimplemented blend function: %d", blendOp);
281 void Blend(const SWR_BLEND_STATE *pBlendState, const SWR_RENDER_TARGET_BLEND_STATE *pState, simdvector &src, simdvector& src1, BYTE *pDst, simdvector &result)
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 16 #include <renderstate/Blend.h>
94 Blend::Blend()
101 void Blend::invalidate() {
106 void Blend::syncEnabled() {
114 void Blend::getFactors(SkBlendMode mode, ModeOrderSwap modeUsage, GLenum* outSrc, GLenum* outDst) {
120 void Blend::setFactors(GLenum srcMode, GLenum dstMode) {
142 void Blend::dump() {
143 ALOGD("Blend: enabled %d, func src %d, dst %d", mEnabled, mSrcMode, mDstMode);
Blend.h 29 class Blend {
53 Blend();
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 18 // Blend.h
19 // $Id: Blend.h,v 1.23 2011/06/24 04:22:14 mbansal Exp $
53 class Blend {
71 Blend();
72 ~Blend();
Blend.cpp 18 // Blend.cpp
19 // $Id: Blend.cpp,v 1.22 2011/06/24 04:22:14 mbansal Exp $
24 #include "Blend.h"
30 #define LOG_TAG "BLEND"
32 Blend::Blend()
37 Blend::~Blend()
44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height)
80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size
    [all...]
  /frameworks/base/libs/hwui/
Glop.h 164 struct Blend {
167 } blend; member in struct:android::uirenderer::Glop
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Blend.java 38 public class Blend extends TestBase {
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Blend.java 31 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 {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 214 GLuint Blend[I915_BLEND_SETUP_SIZE];
  /external/mesa3d/src/mesa/main/
attrib.c 31 #include "blend.h"
71 GLboolean Blend;
325 attr->Blend = ctx->Color.BlendEnabled;
583 if (ctx->Color.BlendEnabled != enable->Blend) {
587 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1);
591 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1));
    [all...]
mtypes.h 432 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
443 GLenum SrcRGB; /**< RGB blend source term */
444 GLenum DstRGB; /**< RGB blend dest term */
445 GLenum SrcA; /**< Alpha blend source term */
446 GLenum DstA; /**< Alpha blend dest term */
450 * Set if any blend factor uses SRC1. Computed at the time blend factors
454 } Blend[MAX_DRAW_BUFFERS];
455 /** Are the blend func terms currently different for each buffer/target? */
457 /** Are the blend equations currently different for each buffer/target? *
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 38 int Blend(int blend_mode, int back_color, int src_color) {
47 return Blend(FXDIB_BLEND_HARDLIGHT, src_color, back_color);
76 return Blend(FXDIB_BLEND_SCREEN, back_color, 2 * src_color - 255);
354 gray = Blend(blend_type, *dest_scan, gray);
530 gray = Blend(blend_type, *dest_scan, gray);
551 gray = Blend(blend_type, *dest_scan, gray);
620 gray = Blend(blend_type, *dest_scan, gray);
697 gray = Blend(blend_type, *dest_scan, gray);
790 : Blend(blend_type, *dest_scan, *src_scan);
842 : Blend(blend_type, *dest_scan, *src_scan)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1071 milliseconds