Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h13 glAlphaFunc_client_proc_t glAlphaFunc;
Dgl_client_context.cpp13 glAlphaFunc = (glAlphaFunc_client_proc_t) getProc("glAlphaFunc", userData); in initDispatchByName()
Dgl_client_proc.h12 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf); typedef