Searched refs:glScalef_t (Results 1 – 3 of 3) sorted by relevance
55 glScalef_t glScalef;
55 typedef void (GL_APIENTRY *glScalef_t) (GLfloat, GLfloat, GLfloat); typedef
72 s_gl.glScalef = (glScalef_t) s_gles_lib->findSymbol("glScalef"); in init_gl_dispatch()