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

  /frameworks/base/libs/hwui/renderstate/
Blend.h 29 class Blend {
45 Blend();
Blend.cpp 16 #include <renderstate/Blend.h>
94 Blend::Blend()
101 void Blend::invalidate() {
106 void Blend::syncEnabled() {
114 void Blend::getFactors(SkXfermode::Mode mode, ModeOrderSwap modeUsage, GLenum* outSrc, GLenum* outDst) {
119 void Blend::setFactors(GLenum srcMode, GLenum dstMode) {
141 void Blend::dump() {
142 ALOGD("Blend: enabled %d, func src %d, dst %d", mEnabled, mSrcMode, mDstMode);
  /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...]
  /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 166 struct Blend {
169 } blend; member in struct:android::uirenderer::Glop
  /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/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...]

Completed in 545 milliseconds