HomeSort by relevance Sort by last modified time
    Searched full:alphafunc (Results 1 - 25 of 47) sorted by null

1 2

  /external/mesa3d/src/mesa/swrast/
s_alpha.c 40 switch (ctx->Color.AlphaFunc) { \
98 if (ctx->Color.AlphaFunc == GL_ALWAYS) {
102 else if (ctx->Color.AlphaFunc == GL_NEVER) {
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 124 driver->AlphaFunc = NULL;
215 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
meta.h 82 GLenum AlphaFunc;
meta.c 470 save->AlphaFunc = ctx->Color.AlphaFunc;
839 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 196 ds->alphafunc = svga_translate_compare_func(templ->alpha.func);
200 ds->alphafunc = SVGA3D_CMP_ALWAYS;
svga_state_rss.c 196 EMIT_RS( svga, curr->alphafunc, ALPHAFUNC, fail );
svga_context.h 134 unsigned alphafunc:8; member in struct:svga_depth_stencil_state
svga_state_fs.c 348 key->fs.alpha_func = svga->curr.depth->alphafunc;
  /external/mesa3d/src/mesa/main/
blend.c 669 * dd_function_table::AlphaFunc callback.
680 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
693 ctx->Color.AlphaFunc = func;
697 if (ctx->Driver.AlphaFunc)
698 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
1010 ctx->Color.AlphaFunc = GL_ALWAYS;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_limits.h 87 __CLAMP_RS(ALPHAFUNC, 1, 8),
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 161 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
nv10_state_raster.c 46 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
nouveau_state.c 506 ctx->Driver.AlphaFunc = nouveau_alpha_func;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 155 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 211 intel_translate_compare_func(ctx->Color.AlphaFunc);
gen6_cc.c 178 intel_translate_compare_func(ctx->Color.AlphaFunc);
gen8_blend_state.c 77 SET_FIELD(intel_translate_compare_func(ctx->Color.AlphaFunc),
brw_wm.c 566 key->alpha_test_func = ctx->Color.AlphaFunc;
  /external/mesa3d/src/mapi/glapi/gen/
static_data.py 268 "AlphaFunc": 240,
443 "AlphaFunc",
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 152 void AlphaFunc(GLenum func, GLclampf ref);
548 return es1::AlphaFunc(func, ref);
    [all...]
Context.h 325 void setAlphaFunc(GLenum alphaFunc, GLclampf reference);
  /external/swiftshader/src/OpenGL/libGL/
Context.h 700 void alphaFunc(GLenum func, GLclampf ref);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 806 { "glAlphaFunc", _O(AlphaFunc) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]

Completed in 1683 milliseconds

1 2