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

  /external/chromium_org/cc/output/
filter_operation.cc 201 FilterOperation FilterOperation::Blend(const FilterOperation* from,
filter_operations.cc 158 FilterOperations FilterOperations::Blend(const FilterOperations& from,
184 FilterOperation::Blend(&from.at(i), &at(i), progress));
190 FilterOperation::Blend(&from.at(i), NULL, progress));
194 blended_filters.Append(FilterOperation::Blend(NULL, &at(i), progress));
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.cc 15 inline uint32_t Blend(uint32_t src1, uint32_t src2) {
85 *dest_scanline++ = Blend(dst, src);
  /development/perftests/panorama/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"
29 Blend::Blend()
34 Blend::~Blend()
41 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height)
76 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size)
95 int Blend::runBlend(MosaicFrame **oframes, MosaicFrame **rframes
    [all...]
  /external/chromium_org/cc/animation/
transform_operations.cc 39 gfx::Transform TransformOperations::Blend(const TransformOperations& from,
  /packages/apps/Camera/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...]
  /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...]
  /external/chromium_org/ui/gfx/
transform.cc 482 bool Transform::Blend(const Transform& from, double progress) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 38 public class Blend extends TestBase {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java 31 public class Blend extends TestBase {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 38 public class Blend extends TestBase {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 220 GLuint Blend[I915_BLEND_SETUP_SIZE];
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 31 #include "blend.h"
73 GLboolean Blend;
266 attr->Blend = ctx->Color.BlendEnabled;
500 if (ctx->Color.BlendEnabled != enable->Blend) {
504 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1);
508 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1));
    [all...]
mtypes.h 752 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
763 GLenum SrcRGB; /**< RGB blend source term */
764 GLenum DstRGB; /**< RGB blend dest term */
765 GLenum SrcA; /**< Alpha blend source term */
766 GLenum DstA; /**< Alpha blend dest term */
770 * Set if any blend factor uses SRC1. Computed at the time blend factors
774 } Blend[MAX_DRAW_BUFFERS];
775 /** Are the blend func terms currently different for each buffer/target? */
777 /** Are the blend equations currently different for each buffer/target? *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 220 GLuint Blend[I915_BLEND_SETUP_SIZE];
  /external/mesa3d/src/mesa/main/
attrib.c 31 #include "blend.h"
73 GLboolean Blend;
266 attr->Blend = ctx->Color.BlendEnabled;
500 if (ctx->Color.BlendEnabled != enable->Blend) {
504 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1);
508 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1));
    [all...]
mtypes.h 752 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
763 GLenum SrcRGB; /**< RGB blend source term */
764 GLenum DstRGB; /**< RGB blend dest term */
765 GLenum SrcA; /**< Alpha blend source term */
766 GLenum DstA; /**< Alpha blend dest term */
770 * Set if any blend factor uses SRC1. Computed at the time blend factors
774 } Blend[MAX_DRAW_BUFFERS];
775 /** Are the blend func terms currently different for each buffer/target? */
777 /** Are the blend equations currently different for each buffer/target? *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 256 U032 Blend;

Completed in 674 milliseconds