/external/mesa3d/src/gallium/auxiliary/util/ |
u_dual_blend.h | 14 static INLINE boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, 17 if (util_blend_factor_is_dual_src(blend->rt[index].rgb_src_factor) || 18 util_blend_factor_is_dual_src(blend->rt[index].alpha_src_factor) || 19 util_blend_factor_is_dual_src(blend->rt[index].rgb_dst_factor) || 20 util_blend_factor_is_dual_src(blend->rt[index].alpha_dst_factor))
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_blend.c | 81 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); local 85 /* Fill in the per-rendertarget blend state. We currently only 90 * top of D3D9 API. Instead we try to simulate with various blend modes. 96 blend->need_white_fragments = TRUE; 97 blend->rt[i].blend_enable = TRUE; 98 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; 99 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; 100 blend->rt[i].blendeq = SVGA3D_BLENDEQ_SUBTRACT; 103 blend->rt[i].blend_enable = TRUE; 104 blend->rt[i].srcblend = SVGA3D_BLENDOP_ZERO [all...] |
/external/deqp/android/cts/master/src/ |
gles3-pixelformat-issues.txt | 2 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.* 3 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.equation_src_func_dst_func.*
|
/external/deqp/android/cts/mnc/src/ |
gles3-pixelformat-issues.txt | 2 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.src.dst_color_one_minus_dst_alpha 3 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.src.dst_color_constant_alpha 4 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.src.dst_color_src_alpha_saturate 5 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_zero 6 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_one_minus_src_color 7 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_one_minus_dst_color 8 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_one_minus_dst_alpha 9 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_constant_color 10 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_constant_alpha 11 dEQP-GLES3.functional.fragment_ops.blend.default_framebuffer.rgb_func_alpha_func.dst.one_src_alpha_saturat [all...] |
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/ |
dEQP-GLES3.functional.hasty.Fail.bz2 | |
/external/deqp/android/cts/master/ |
gles3-multisample.txt | [all...] |
gles3-565-no-depth-no-stencil.txt | [all...] |
/external/deqp/android/cts/mnc/ |
gles3-multisample.txt | [all...] |
gles3-565-no-depth-no-stencil.txt | [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_blend.c | 45 * Convert GLenum blend tokens to pipe tokens. 46 * Both blend factors and blend funcs are accepted. 49 translate_blend(GLenum blend) 51 switch (blend) { 52 /* blend functions */ 64 /* blend factors */ 172 * Figure out if blend enables/state are different per rt. 192 struct pipe_blend_state *blend = &st->state.blend; local [all...] |
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/ |
dEQP-GLES3.functional.hasty.Flaky.bz2 | |
dEQP-GLES3.functional.hasty.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/ |
dEQP-GLES3.functional.hasty.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/ |
dEQP-GLES3.functional.hasty.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/ |
dEQP-GLES3.functional.hasty.Fail.bz2 | |
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSBlendTest.java | 59 ScriptIntrinsicBlend blend = ScriptIntrinsicBlend.create(mRS, Element.RGBA_8888(mRS)); local 63 blend.forEachAdd(rsInput, rsOutput); 66 blend.forEachClear(rsInput, rsOutput); 69 blend.forEachDst(rsInput, rsOutput); 72 blend.forEachDstAtop(rsInput, rsOutput); 75 blend.forEachDstIn(rsInput, rsOutput); 78 blend.forEachDstOut(rsInput, rsOutput); 81 blend.forEachDstOver(rsInput, rsOutput); 84 blend.forEachMultiply(rsInput, rsOutput); 87 blend.forEachSrc(rsInput, rsOutput) [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 54 private void blend(int id, Allocation ain, Allocation aout) { 71 blend(0, ain, aout); 91 blend(1, ain, aout); 131 blend(3, ain, aout); 150 blend(4, ain, aout); 169 blend(5, ain, aout); 188 blend(6, ain, aout); 207 blend(7, ain, aout); 226 blend(8, ain, aout); 246 blend(9, ain, aout) [all...] |
/external/skia/include/gpu/effects/ |
GrCustomXfermode.h | 16 * Custom Xfer modes are used for blending when the blend mode cannot be represented using blend
|
/external/skia/src/animator/ |
SkDisplayRandom.cpp | 21 SK_MEMBER(blend, Float), 32 SkDisplayRandom::SkDisplayRandom() : blend(0), min(0), max(SK_Scalar1) { 40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend)); 49 SkScalar relativeT = SkUnitCubicInterp(random, SK_Scalar1 - blend, 0, 0, SK_Scalar1 - blend);
|
SkOperandInterpolator.h | 30 @param blend A positive scalar specifying how to blend between this and the next key frame. 31 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end) 32 1 is a linear blend (default) 33 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end) 35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_cc.c | 40 struct gen6_blend_state *blend; local 54 size = sizeof(*blend) * nr_draw_buffers; 55 blend = brw_state_batch(brw, AUB_TRACE_BLEND_STATE, 58 memset(blend, 0, size); 93 blend[b].blend1.logic_op_enable = 1; 94 blend[b].blend1.logic_op_func = 98 GLenum eqRGB = ctx->Color.Blend[b].EquationRGB; 99 GLenum eqA = ctx->Color.Blend[b].EquationA; 100 GLenum srcRGB = ctx->Color.Blend[b].SrcRGB; 101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB [all...] |
/external/deqp/external/vulkancts/mustpass/1.0.0/src/ |
excluded-tests.txt | 12 # Issue 242: Excluded blend tests where propagated errors may be large 13 dEQP-VK.pipeline.blend.format.a2r10g10b10_unorm_pack32.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add 14 dEQP-VK.pipeline.blend.format.a2r10g10b10_unorm_pack32.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add 15 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add 16 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add 17 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add 18 dEQP-VK.pipeline.blend.format.r5g5b5a1_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add 19 dEQP-VK.pipeline.blend.format.r5g5b5a1_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add 20 dEQP-VK.pipeline.blend.format.r5g5b5a1_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
|
/external/opencv3/samples/python2/ |
coherence.py | 15 def coherence_filter(img, sigma = 11, str_sigma = 11, blend = 0.5, iter_n = 4): 36 img = np.uint8(img*(1.0 - blend) + img1*blend) 56 blend = cv2.getTrackbarPos('blend', 'control') / 10.0 57 print 'sigma: %d str_sigma: %d blend_coef: %f' % (sigma, str_sigma, blend) 58 dst = coherence_filter(src, sigma=sigma, str_sigma = str_sigma, blend = blend) 63 cv2.createTrackbar('blend', 'control', 7, 10, nothing)
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttgxvar.c | 311 GX_Blend blend = face->blend; local 324 blend->avar_checked = TRUE; 346 if ( axisCount != (FT_Long)blend->mmvar->num_axis ) 353 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) ) 356 segment = &blend->avar_segment[0]; 369 FT_FREE( blend->avar_segment[j].correspondence ); 371 FT_FREE( blend->avar_segment ); 372 blend->avar_segment = NULL; 428 GX_Blend blend = face->blend local 1033 GX_Blend blend; local 1194 GX_Blend blend; local 1340 GX_Blend blend = face->blend; local 1824 GX_Blend blend = face->blend; local [all...] |
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/ |
dEQP-GLES3.functional.hasty.Fail.bz2 | |