Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glGetTexEnvfv

36     glGetTexEnvfv_t glGetTexEnvfv;
308 glGetTexEnvfv_t set_glGetTexEnvfv(glGetTexEnvfv_t f) { glGetTexEnvfv_t retval = glGetTexEnvfv; glGetTexEnvfv = f; return retval;}