HomeSort by relevance Sort by last modified time
    Searched refs:Blend (Results 26 - 50 of 56) sorted by null

12 3

  /development/perftests/panorama/feature_mos/src/mosaic/
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/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...]
get.c 414 { GL_BLEND_SRC, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA },
476 { GL_BLEND_SRC_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA },
477 { GL_BLEND_DST_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
478 { GL_BLEND_SRC_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].SrcA), NO_EXTRA },
479 { GL_BLEND_DST_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].DstA), NO_EXTRA },
483 { GL_BLEND_EQUATION, CONTEXT_ENUM(Color.Blend[0].EquationRGB), NO_EXTRA },
484 { GL_BLEND_EQUATION_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].EquationA), NO_EXTRA },
565 { GL_BLEND_DST, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
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...]
  /development/perftests/panorama/
Android.mk 16 feature_mos/src/mosaic/Blend.cpp \
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 223 * Blend, and Blending. It needs to be called from numerous places where we
224 * could change the LogicOp or Independant Alpha Blend without subsequent
277 * Sets both the blend equation (called "function" in i830 docs) and the
278 * blend function (called "factor" in i830 docs). This is done in a single
279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
280 * change the interpretation of the blend function.
295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB))
296 | DST_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstRGB));
298 switch (ctx->Color.Blend[0].EquationRGB) {
317 fprintf(stderr, "[%s:%u] Invalid RGB blend equation (0x%04x).\n"
    [all...]
i915_context.h 220 GLuint Blend[I915_BLEND_SETUP_SIZE];
i915_vtbl.c 261 sz += sizeof(state->Blend);
384 emit(intel, state->Blend, sizeof(state->Blend));
  /frameworks/base/libs/hwui/
Program.h 107 Blend
247 case ColorFilterMode::Blend:
ProgramCache.cpp 646 if (description.colorOp == ProgramDescription::ColorFilterMode::Blend) {
Android.mk 21 renderstate/Blend.cpp \
  /packages/apps/LegacyCamera/jni/
Android.mk 20 feature_mos/src/mosaic/Blend.cpp \
feature_mos_jni.cpp 28 #include "mosaic/Blend.h"
62 //int blendingType = Blend::BLEND_TYPE_FULL;
63 //int blendingType = Blend::BLEND_TYPE_CYLPAN;
64 int blendingType = Blend::BLEND_TYPE_HORZ;
65 int stripType = Blend::STRIP_TYPE_THIN;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 187 * source blend factors.
191 ctx->Color.Blend[0]._UsesDualSrc) {
gen6_wm_state.c 165 ctx->Color.Blend[0]._UsesDualSrc) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 38 public class Blend extends TestBase {
ImageProcessingActivity.java 91 INTRINSICS_BLEND ("Intrinsics Blend"),
330 mTest = new Blend();
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java 31 public class Blend extends TestBase {
IPTestList.java 64 INTRINSICS_BLEND ("Intrinsics Blend", INTRINSIC, 105.f),
163 return new Blend();
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 38 public class Blend extends TestBase {
IPTestListJB.java 64 INTRINSICS_BLEND ("Intrinsics Blend", INTRINSIC, 105.f),
165 return new Blend();
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 45 mBlend = new Blend();
192 blend().invalidate();
261 if (fill.filterMode == ProgramDescription::ColorFilterMode::Blend) {
353 blend().setFactors(glop.blend.src, glop.blend.dst);
399 blend().dump();
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 141 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) {
158 switch ( ctx->Color.Blend[0].SrcRGB ) {
205 switch ( ctx->Color.Blend[0].DstRGB ) {
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 198 TEST_F(DesktopAndCursorComposerTest, Blend) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 123 * Calculate the hardware blend factor setting. This same function is used
127 * The hardware register value for the specified blend factor. This value
193 * Sets both the blend equation and the blend function.
195 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
196 * change the interpretation of the blend function.
197 * Also, make sure that blend function and blend equation are set to their default
198 * value if color blending is not enabled, since at least blend equations GL_MIN
232 func = (blend_factor( ctx->Color.Blend[0].SrcRGB, GL_TRUE ) << R200_SRC_BLEND_SHIFT)
    [all...]

Completed in 1189 milliseconds

12 3