Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h93 glGenTextures_client_proc_t glGenTextures;
Dgl_client_context.cpp93 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgl_client_proc.h95 typedef void (gl_APIENTRY *glGenTextures_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h66 glGenTextures_client_proc_t glGenTextures;
Dgl2_client_context.cpp66 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgl2_client_proc.h68 typedef void (gl2_APIENTRY *glGenTextures_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef