Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h279 glDeleteFencesNV_client_proc_t glDeleteFencesNV;
Dgl_client_context.cpp279 glDeleteFencesNV = (glDeleteFencesNV_client_proc_t) getProc("glDeleteFencesNV", userData); in initDispatchByName()
Dgl_client_proc.h278 typedef void (gl_APIENTRY *glDeleteFencesNV_client_proc_t) (void * ctx, GLsizei, const GLuint*); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h187 glDeleteFencesNV_client_proc_t glDeleteFencesNV;
Dgl2_client_context.cpp187 glDeleteFencesNV = (glDeleteFencesNV_client_proc_t) getProc("glDeleteFencesNV", userData); in initDispatchByName()
Dgl2_client_proc.h186 typedef void (gl2_APIENTRY *glDeleteFencesNV_client_proc_t) (void * ctx, GLsizei, const GLuint*); typedef
Dgl2_enc.cpp11224 this->glDeleteFencesNV = (glDeleteFencesNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()