Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glCullFace

82     glCullFace_t glCullFace;
354 glCullFace_t set_glCullFace(glCullFace_t f) { glCullFace_t retval = glCullFace; glCullFace = f; return retval;}