Searched refs:st_compare_func_to_pipe (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_depth.c49 st_compare_func_to_pipe(GLenum func) function
108 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func);
113 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0]);
124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]);
144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
H A Dst_atom.h73 GLuint st_compare_func_to_pipe(GLenum func);
H A Dst_atom_sampler.c196 = st_compare_func_to_pipe(msamp->CompareFunc);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c49 st_compare_func_to_pipe(GLenum func) function
108 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func);
113 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0]);
124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]);
144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
H A Dst_atom.h73 GLuint st_compare_func_to_pipe(GLenum func);
H A Dst_atom_sampler.c196 = st_compare_func_to_pipe(msamp->CompareFunc);

Completed in 202 milliseconds