Home
last modified time | relevance | path

Searched refs:glRotatef_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h44 glRotatef_client_proc_t glRotatef;
Dgl_client_context.cpp44 glRotatef = (glRotatef_client_proc_t) getProc("glRotatef", userData); in initDispatchByName()
Dgl_client_proc.h43 typedef void (gl_APIENTRY *glRotatef_client_proc_t) (void * ctx, GLfloat, GLfloat, GLfloat, GLfloat… typedef