Home
last modified time | relevance | path

Searched refs:glLineWidth_client_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h32 glLineWidth_client_proc_t glLineWidth;
Dgl_client_context.cpp32 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
Dgl_client_proc.h31 typedef void (gl_APIENTRY *glLineWidth_client_proc_t) (void * ctx, GLfloat); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h101 glLineWidth_client_proc_t glLineWidth;
Dgl2_client_context.cpp101 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
Dgl2_client_proc.h100 typedef void (gl2_APIENTRY *glLineWidth_client_proc_t) (void * ctx, GLfloat); typedef