Searched defs:st_compare_func_to_pipe (Results 1 - 2 of 2) 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);
/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);

Completed in 161 milliseconds