Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h304 glGetGraphicsResetStatusEXT_client_proc_t glGetGraphicsResetStatusEXT;
Dgl_client_context.cpp304 …glGetGraphicsResetStatusEXT = (glGetGraphicsResetStatusEXT_client_proc_t) getProc("glGetGraphicsRe… in initDispatchByName()
Dgl_client_proc.h306 typedef GLenum (gl_APIENTRY *glGetGraphicsResetStatusEXT_client_proc_t) (void * ctx); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h429 glGetGraphicsResetStatusEXT_client_proc_t glGetGraphicsResetStatusEXT;
Dgl2_client_context.cpp429 …glGetGraphicsResetStatusEXT = (glGetGraphicsResetStatusEXT_client_proc_t) getProc("glGetGraphicsRe… in initDispatchByName()
Dgl2_client_proc.h431 typedef GLenum (gl2_APIENTRY *glGetGraphicsResetStatusEXT_client_proc_t) (void * ctx); typedef