Searched refs:glWeightPointerOES_t (Results 1 – 3 of 3) sorted by relevance
241 glWeightPointerOES_t glWeightPointerOES;
241 typedef void (GL_APIENTRY *glWeightPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*); typedef
258 s_gl.glWeightPointerOES = (glWeightPointerOES_t) s_gles_lib->findSymbol("glWeightPointerOES"); in init_gl_dispatch()