Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h55 glBlendFunc_client_proc_t glBlendFunc;
Dgl_client_context.cpp55 glBlendFunc = (glBlendFunc_client_proc_t) getProc("glBlendFunc", userData); in initDispatchByName()
Dgl_client_proc.h54 typedef void (gl_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h23 glBlendFunc_client_proc_t glBlendFunc;
Dgl2_client_context.cpp23 glBlendFunc = (glBlendFunc_client_proc_t) getProc("glBlendFunc", userData); in initDispatchByName()
Dgl2_client_proc.h22 typedef void (gl2_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum); typedef