HomeSort by relevance Sort by last modified time
    Searched refs:blend1 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 93 blend[b].blend1.logic_op_enable = 1;
94 blend[b].blend1.logic_op_func =
144 blend[b].blend1.pre_blend_clamp_enable = 1;
145 blend[b].blend1.post_blend_clamp_enable = 1;
146 blend[b].blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
150 blend[b].blend1.alpha_test_enable = 1;
151 blend[b].blend1.alpha_test_func =
158 blend[b].blend1.dither_enable = 1;
159 blend[b].blend1.y_dither_offset = 0;
160 blend[b].blend1.x_dither_offset = 0
    [all...]
gen6_blorp.cpp 302 blend->blend1.pre_blend_clamp_enable = 1;
303 blend->blend1.post_blend_clamp_enable = 1;
304 blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
306 blend->blend1.write_disable_r = false;
307 blend->blend1.write_disable_g = false;
308 blend->blend1.write_disable_b = false;
309 blend->blend1.write_disable_a = false;
    [all...]
brw_structs.h 248 } blend1; member in struct:gen6_blend_state
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 317 ObjectAnimator blend1 = ObjectAnimator.ofFloat(mAnimScreen.mMain, local
319 blend1.setDuration(100);
331 set1.playSequentially(inanim, blend1);

Completed in 105 milliseconds