Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glLoadMatrixx_t

126     glLoadMatrixx_t glLoadMatrixx;
398 glLoadMatrixx_t set_glLoadMatrixx(glLoadMatrixx_t f) { glLoadMatrixx_t retval = glLoadMatrixx; glLoadMatrixx = f; return retval;}