Searched refs:glPopMatrix_t (Results 1 – 3 of 3) sorted by relevance
141 glPopMatrix_t glPopMatrix;
141 typedef void (GL_APIENTRY *glPopMatrix_t) (); typedef
158 s_gl.glPopMatrix = (glPopMatrix_t) s_gles_lib->findSymbol("glPopMatrix"); in init_gl_dispatch()