Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.h91 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.h86 typedef void (gl_APIENTRY *glFlush_client_proc_t) (void * ctx); typedef
/hardware/google/gfxstream/guest/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()
Dgl2_client_proc.h60 typedef void (gl2_APIENTRY *glFlush_client_proc_t) (void * ctx); typedef
DGL2Encoder.h213 glFlush_client_proc_t m_glFlush_enc;