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

  /external/mesa3d/src/mesa/swrast/
s_alpha.c 41 switch (ctx->Color.AlphaFunc) { \
99 if (ctx->Color.AlphaFunc == GL_ALWAYS) {
103 else if (ctx->Color.AlphaFunc == GL_NEVER) {
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 120 driver->AlphaFunc = NULL;
223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
meta.c 94 GLenum AlphaFunc;
516 save->AlphaFunc = ctx->Color.AlphaFunc;
841 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 159 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
nv10_state_raster.c 43 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
nouveau_state.c 516 ctx->Driver.AlphaFunc = nouveau_alpha_func;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
  /external/mesa3d/src/mesa/main/
blend.c 577 * dd_function_table::AlphaFunc callback.
598 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
602 ctx->Color.AlphaFunc = func;
606 if (ctx->Driver.AlphaFunc)
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
832 ctx->Color.AlphaFunc = GL_ALWAYS;
dd.h 439 void (*AlphaFunc)(struct gl_context *ctx, GLenum func, GLfloat ref);
    [all...]
attrib.c     [all...]
mtypes.h 743 GLenum AlphaFunc; /**< Alpha test function */
    [all...]
get.c 563 { GL_ALPHA_TEST_FUNC, CONTEXT_ENUM(Color.AlphaFunc), NO_EXTRA },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 193 intel_translate_compare_func(ctx->Color.AlphaFunc);
gen6_cc.c 152 intel_translate_compare_func(ctx->Color.AlphaFunc);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 806 { "glAlphaFunc", _O(AlphaFunc) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 42 #define glAlphaFunc MANGLE(AlphaFunc)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 41 #define glAlphaFunc MANGLE(AlphaFunc)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 42 #define glAlphaFunc MANGLE(AlphaFunc)
    [all...]

Completed in 2885 milliseconds