Searched refs:glCullFace_t (Results 1 – 3 of 3) sorted by relevance
82 glCullFace_t glCullFace;
82 typedef void (GL_APIENTRY *glCullFace_t) (GLenum); typedef
99 s_gl.glCullFace = (glCullFace_t) s_gles_lib->findSymbol("glCullFace"); in init_gl_dispatch()