Searched refs:glVertexAttribPointer_client_proc_t (Results 1 – 5 of 5) sorted by relevance
151 glVertexAttribPointer_client_proc_t glVertexAttribPointer;
101 glVertexAttribPointer_client_proc_t m_glVertexAttribPointer_enc;
153 …glVertexAttribPointer = (glVertexAttribPointer_client_proc_t) getProc("glVertexAttribPointer", use… in initDispatchByName()
152 typedef void (gl2_APIENTRY *glVertexAttribPointer_client_proc_t) (void * ctx, GLuint, GLint, GLenum… typedef
3066 this->glVertexAttribPointer = (glVertexAttribPointer_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()