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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 49 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);
st_atom.h 73 GLuint st_compare_func_to_pipe(GLenum func);
st_atom_sampler.c 196 = st_compare_func_to_pipe(msamp->CompareFunc);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 49 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);
st_atom.h 73 GLuint st_compare_func_to_pipe(GLenum func);
st_atom_sampler.c 196 = st_compare_func_to_pipe(msamp->CompareFunc);

Completed in 1481 milliseconds