Searched refs:glGenFencesNV_client_proc_t (Results 1 – 7 of 7) sorted by relevance
280 glGenFencesNV_client_proc_t glGenFencesNV;
280 glGenFencesNV = (glGenFencesNV_client_proc_t) getProc("glGenFencesNV", userData); in initDispatchByName()
282 typedef void (gl_APIENTRY *glGenFencesNV_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef
188 glGenFencesNV_client_proc_t glGenFencesNV;
188 glGenFencesNV = (glGenFencesNV_client_proc_t) getProc("glGenFencesNV", userData); in initDispatchByName()
190 typedef void (gl2_APIENTRY *glGenFencesNV_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef
11667 this->glGenFencesNV = (glGenFencesNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()