Searched refs:set_glCullFace (Results 1 – 2 of 2) sorted by relevance
84 ptr = dlsym(gles_android,"glCullFace"); disp->set_glCullFace((glCullFace_t)ptr); in create_gles_dispatch()
354 …glCullFace_t set_glCullFace(glCullFace_t f) { glCullFace_t retval = glCullFace; glCullFace = f; re… in set_glCullFace() function