Home
last modified time | relevance | path

Searched refs:glGetError_client_proc_t (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h62 glGetError_client_proc_t m_glGetError_enc;
Dgl_client_context.h94 glGetError_client_proc_t glGetError;
Dgl_client_context.cpp94 glGetError = (glGetError_client_proc_t) getProc("glGetError", userData); in initDispatchByName()
Dgl_client_proc.h93 typedef GLenum (gl_APIENTRY *glGetError_client_proc_t) (void * ctx); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h73 glGetError_client_proc_t glGetError;
Dgl2_client_context.cpp73 glGetError = (glGetError_client_proc_t) getProc("glGetError", userData); in initDispatchByName()
DGL2Encoder.h131 glGetError_client_proc_t m_glGetError_enc;
Dgl2_client_proc.h72 typedef GLenum (gl2_APIENTRY *glGetError_client_proc_t) (void * ctx); typedef