/external/deqp/modules/gles3/functional/ |
es3fBlendTests.cpp | 21 * \brief Blend tests. 267 // Log the blend parameters. 275 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage; 356 : TestCaseGroup(context, "blend", "Blend tests") 408 // Test all blend equation, src blend function, dst blend function combinations. RGB and alpha modes are the same. 411 TestCaseGroup* group = new TestCaseGroup(m_context, "equation_src_func_dst_func", "Combinations of Blend Equations and Functions");
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_state.c | 46 R600_ERR("Unknown blend function %d\n", blend_func); 95 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); 699 struct r600_pipe_blend *blend = CALLOC_STRUCT(r600_pipe_blend); local 703 if (blend == NULL) { 706 rstate = &blend->rstate; 741 blend->cb_target_mask = target_mask; 742 blend->cb_color_control = color_control; 743 /* only MRT0 has dual src blend */ 744 blend->dual_src_blend = util_blend_state_is_dual(state, 0); 786 blend->alpha_to_one = state->alpha_to_one 2646 struct pipe_blend_state blend; local 2668 struct pipe_blend_state blend; local 2680 struct pipe_blend_state blend; local [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_renderer.c | 410 struct pipe_blend_state blend; local 412 memset(&blend, 0, sizeof(blend)); 413 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; 414 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; 415 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; 416 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; 417 blend.rt[0].colormask = PIPE_MASK_RGBA; 418 cso_set_blend(r->cso, &blend);
|
/external/webp/src/demux/ |
anim_decode.c | 37 BlendRowFunc blend_func_; // Pointer to the chose blend row function. 191 // Blend a single channel of 'src' over 'dst', given their alpha channel values. 203 // Blend 'src' over 'dst' assuming they are NOT pre-multiplied by alpha. 232 // Blend 'num_pixels' in 'src' over 'dst' assuming they are NOT pre-multiplied 253 // Blend 'src' over 'dst' assuming they are pre-multiplied by alpha. 259 // Blend 'num_pixels' in 'src' over 'dst' assuming they are pre-multiplied by 361 // Blend transparent pixels with pixels in previous canvas. 371 // We need to blend a transparent pixel with its value just after 372 // initialization. That is, blend it with:
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.h | 88 void *saved_blend_state; /**< blend state */ 158 * - blend state 195 * - blend state 274 * - blend state 291 * - blend state 305 * quad with a special blend or DSA state.
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 228 ctx->Color.Blend[0].EquationRGB, 229 ctx->Color.Blend[0].EquationA); 232 ctx->Color.Blend[0].SrcRGB, 233 ctx->Color.Blend[0].DstRGB, 234 ctx->Color.Blend[0].SrcA, 235 ctx->Color.Blend[0].DstA);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_state.c | 198 * set for LogicOp, Independant Alpha Blend, and Blending. 200 * could change the LogicOp or Independant Alpha Blend without subsequent 250 if (dw != i915->state.Blend[I915_BLENDREG_BLENDCOLOR1]) { 251 i915->state.Blend[I915_BLENDREG_BLENDCOLOR1] = dw; 287 GLuint iab = (i915->state.Blend[I915_BLENDREG_IAB] & 296 GLuint eqRGB = ctx->Color.Blend[0].EquationRGB; 297 GLuint eqA = ctx->Color.Blend[0].EquationA; 298 GLuint srcRGB = ctx->Color.Blend[0].SrcRGB; 299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB; 300 GLuint srcA = ctx->Color.Blend[0].SrcA [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...] |
/development/perftests/panorama/ |
benchmark.cpp | 28 const int blendingType = Blend::BLEND_TYPE_HORZ; 29 const int stripType = Blend::STRIP_TYPE_WIDE;
|
/external/libgdx/gdx/jni/ |
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp | 160 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_g2d_Gdx2DPixmap_setBlend(JNIEnv* env, jclass clazz, jint blend) { 165 gdx2d_set_blend(blend);
|
/external/llvm/test/CodeGen/X86/ |
buildvec-insertvec.ll | 21 ; blend with a zero vector if the build_vector contains negative zero. 24 ; Ideally, we should generate a single shuffle blend operation.
|
vselect-avx.ll | 7 ; we would lower that into a blend where only the high bit is relevant. 31 ; When shrinking the condition used into the select to match a blend, this 54 ; For this test, we used to optimized the conditional mask for the blend, i.e., 68 ; Use the mask in the blend.
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.h | 65 void *blend; member in struct:vl_compositor_layer 172 unsigned layer, void *blend, bool is_clearing);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_immediate.c | 137 LIS5 |= i915->blend->LIS5; 171 LIS6 |= i915->blend->LIS6;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state_validate.c | 295 PUSH_SPACE(push, nv30->blend->size); 296 PUSH_DATAp(push, nv30->blend->data, nv30->blend->size); 321 struct pipe_blend_state *blend = &nv30->blend->pipe; local 325 if (blend->alpha_to_one) 327 if (blend->alpha_to_coverage) 447 if (!nv30->blend)
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_chipset.h | 62 * - Blend LTE/GTE thresholds 75 * - Blend color is split across two registers
|
/external/opencv3/modules/cudaimgproc/src/ |
blend.cpp | 59 namespace blend 68 using namespace ::cv::cuda::device::blend;
|
/external/skia/include/gpu/ |
GrXferProcessor.h | 31 kBlend_GrXferBarrierType, //<! Required by certain blend extensions. 39 * controlling the fixed-function blend state. When dual-source blending is available, it may also 47 * function blend state and/or secondary output, and is responsible to apply coverage on its own. 139 * its state to reflected the given blend optimizations. If the XP needs to see a specific input 140 * color to blend correctly, it will set the OverrideColor flag and the output parameter 270 * If we are not performing a dst read, retrieves the fixed-function blend state required by the 271 * subclass. When using dst reads, the base class controls the fixed-function blend state and 299 * blend with the destination color.
|
/external/skia/src/gpu/text/ |
GrDistanceFieldAdjustTable.cpp | 16 // text. The mask gamma hack is based off of guessing what the blend color is going to 17 // be, and adjusting the mask so that when run through the linear blend will
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/ |
strings.xml | 26 <string name="blend_mode_label">Blend Mode:</string>
|
/developers/samples/android/ui/DrawableTinting/Application/src/main/res/values/ |
strings.xml | 26 <string name="blend_mode_label">Blend Mode:</string>
|
/development/samples/browseable/DrawableTinting/res/values/ |
strings.xml | 26 <string name="blend_mode_label">Blend Mode:</string>
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineBlendTests.hpp | 24 * \brief Blend Tests
|
/external/deqp/modules/gles31/functional/ |
es31fDrawBuffersIndexedTests.hpp | 23 * \brief Indexed blend operation tests (GL_EXT_draw_buffers_indexed)
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
TiledMapTile.java | 38 * @param blendMode the blend mode to use for rendering the tile */
|