Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glAlphaFuncx

62     glAlphaFuncx_t glAlphaFuncx;
334 glAlphaFuncx_t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; return retval;}