Home
last modified time | relevance | path

Searched refs:glIsEnabled_client_proc_t (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h86 glIsEnabled_client_proc_t m_glIsEnabled_enc;
Dgl_client_context.h107 glIsEnabled_client_proc_t glIsEnabled;
Dgl_client_context.cpp107 glIsEnabled = (glIsEnabled_client_proc_t) getProc("glIsEnabled", userData); in initDispatchByName()
Dgl_client_proc.h106 typedef GLboolean (gl_APIENTRY *glIsEnabled_client_proc_t) (void * ctx, GLenum); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h95 glIsEnabled_client_proc_t glIsEnabled;
Dgl2_client_context.cpp95 glIsEnabled = (glIsEnabled_client_proc_t) getProc("glIsEnabled", userData); in initDispatchByName()
Dgl2_client_proc.h94 typedef GLboolean (gl2_APIENTRY *glIsEnabled_client_proc_t) (void * ctx, GLenum); typedef