Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h15 glClearDepthf_client_proc_t glClearDepthf;
Dgl_client_context.cpp15 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgl_client_proc.h14 typedef void (gl_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h30 glClearDepthf_client_proc_t glClearDepthf;
Dgl2_client_context.cpp30 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgl2_client_proc.h29 typedef void (gl2_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf); typedef