Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h89 glFlush_client_proc_t m_glFlush_enc;
Dgl_client_context.h84 glFlush_client_proc_t glFlush;
Dgl_client_context.cpp84 glFlush = (glFlush_client_proc_t) getProc("glFlush", userData); in initDispatchByName()
Dgl_client_proc.h83 typedef void (gl_APIENTRY *glFlush_client_proc_t) (void * ctx); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h58 glFlush_client_proc_t glFlush;
Dgl2_client_context.cpp58 glFlush = (glFlush_client_proc_t) getProc("glFlush", userData); in initDispatchByName()
DGL2Encoder.h134 glFlush_client_proc_t m_glFlush_enc;
Dgl2_client_proc.h57 typedef void (gl2_APIENTRY *glFlush_client_proc_t) (void * ctx); typedef