Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glRotatex

144     glRotatex_t glRotatex;
416 glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return retval;}