Home | History | Annotate | Download | only in osmesa

Lines Matching refs:Func

209        && ctx->Depth.Func==GL_LESS
310 ctx->Depth.Func == GL_LESS &&
1143 #define NAME(func) mgl##func
1145 #define NAME(func) gl##func
1148 #define DISPATCH(FUNC, ARGS, MESSAGE) \
1149 GET_DISPATCH()->FUNC ARGS
1151 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
1152 return GET_DISPATCH()->FUNC ARGS