Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h283 glGetFenceivNV_client_proc_t glGetFenceivNV;
Dgl_client_context.cpp283 glGetFenceivNV = (glGetFenceivNV_client_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
Dgl_client_proc.h282 typedef void (gl_APIENTRY *glGetFenceivNV_client_proc_t) (void * ctx, GLuint, GLenum, GLint*); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h191 glGetFenceivNV_client_proc_t glGetFenceivNV;
Dgl2_client_context.cpp191 glGetFenceivNV = (glGetFenceivNV_client_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
Dgl2_client_proc.h190 typedef void (gl2_APIENTRY *glGetFenceivNV_client_proc_t) (void * ctx, GLuint, GLenum, GLint*); typedef
Dgl2_enc.cpp11228 this->glGetFenceivNV = (glGetFenceivNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()