Searched refs:glColorPointer_t (Results 1 – 3 of 3) sorted by relevance
77 glColorPointer_t glColorPointer;349 …glColorPointer_t set_glColorPointer(glColorPointer_t f) { glColorPointer_t retval = glColorPointer… in set_glColorPointer()
77 typedef void (* glColorPointer_t) (GLint, GLenum, GLsizei, const GLvoid*); typedef
79 ptr = dlsym(gles_android,"glColorPointer"); disp->set_glColorPointer((glColorPointer_t)ptr); in create_gles_dispatch()