Home
last modified time | relevance | path

Searched refs:glGenFencesNV_client_proc_t (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h280 glGenFencesNV_client_proc_t glGenFencesNV;
Dgl_client_context.cpp280 glGenFencesNV = (glGenFencesNV_client_proc_t) getProc("glGenFencesNV", userData); in initDispatchByName()
Dgl_client_proc.h279 typedef void (gl_APIENTRY *glGenFencesNV_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h188 glGenFencesNV_client_proc_t glGenFencesNV;
Dgl2_client_context.cpp188 glGenFencesNV = (glGenFencesNV_client_proc_t) getProc("glGenFencesNV", userData); in initDispatchByName()
Dgl2_client_proc.h187 typedef void (gl2_APIENTRY *glGenFencesNV_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef
Dgl2_enc.cpp11225 this->glGenFencesNV = (glGenFencesNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()