Searched refs:AlphaRef (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_alpha.c | 115 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef); in _swrast_alpha_test() 121 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef); in _swrast_alpha_test() 126 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test() 137 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef); in _swrast_alpha_test() 144 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef); in _swrast_alpha_test() 150 const GLfloat ref = ctx->Color.AlphaRef; in _swrast_alpha_test()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_raster.c | 162 FLOAT_TO_UBYTE(ctx->Color.AlphaRef); in nv04_emit_control()
|
D | nv10_state_raster.c | 47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef)); in nv10_emit_alpha_func()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 843 ctx->Color.AlphaRef = CLAMP(ref, 0.0F, 1.0F); in _mesa_AlphaFunc() 846 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef); in _mesa_AlphaFunc() 1198 ctx->Color.AlphaRef = 0; in _mesa_init_color()
|
D | mtypes.h | 389 GLclampf AlphaRef; /**< Alpha reference value */ member
|
D | get.c | 1108 v->value_float = ctx->Color.AlphaRef; in find_custom_value()
|
/external/mesa3d/docs/relnotes/ |
D | 4.1 | 285 - Changed ctx->Driver.AlphaRef() to take GLfloat instead of GLchan. 286 - ctx->Color.AlphaRef is now GLfloat.
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 83 GLclampf AlphaRef; member
|
D | driverfuncs.c | 223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef); in _mesa_init_driver_state()
|
D | meta.c | 509 save->AlphaRef = ctx->Color.AlphaRef; in _mesa_meta_begin() 875 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); in _mesa_meta_end() 2303 GLfloat ref = ctx->Color.AlphaRef; in alpha_test_raster_color()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm.c | 521 key->alpha_test_ref = ctx->Color.AlphaRef; in brw_wm_populate_key()
|
D | genX_state_upload.c | 3400 ctx->Color.AlphaRef);
|