Lines Matching refs:e
292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0; in ggl_enable_fog() local
293 if (e != enable) { in ggl_enable_fog()
617 const int e = (c->state.enables & GGL_ENABLE_BLENDING)?1:0; in ggl_enable_blending() local
618 if (e != enable) { in ggl_enable_blending()
627 const int e = (c->state.enables & GGL_ENABLE_SCISSOR_TEST)?1:0; in ggl_enable_scissor_test() local
628 if (e != enable) { in ggl_enable_scissor_test()
637 const int e = (c->state.enables & GGL_ENABLE_ALPHA_TEST)?1:0; in ggl_enable_alpha_test() local
638 if (e != enable) { in ggl_enable_alpha_test()
647 const int e = (c->state.enables & GGL_ENABLE_LOGIC_OP)?1:0; in ggl_enable_logic_op() local
648 if (e != enable) { in ggl_enable_logic_op()
657 const int e = (c->state.enables & GGL_ENABLE_DITHER)?1:0; in ggl_enable_dither() local
658 if (e != enable) { in ggl_enable_dither()
673 const int e = (c->state.enables & GGL_ENABLE_DEPTH_TEST)?1:0; in ggl_enable_depth_test() local
674 if (e != enable) { in ggl_enable_depth_test()
683 const int e = (c->state.enables & GGL_ENABLE_AA)?1:0; in ggl_enable_aa() local
684 if (e != enable) { in ggl_enable_aa()
693 const int e = (c->state.enables & GGL_ENABLE_POINT_AA_NICE)?1:0; in ggl_enable_point_aa_nice() local
694 if (e != enable) { in ggl_enable_point_aa_nice()
703 const int e = (c->state.enables & GGL_ENABLE_W)?1:0; in ggl_enable_w_lerp() local
704 if (e != enable) { in ggl_enable_w_lerp()