HomeSort by relevance Sort by last modified time
    Searched refs:glFlush_client_proc_t (Results 1 - 8 of 8) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 85 glFlush_client_proc_t m_glFlush_enc;
gl_client_context.h 84 glFlush_client_proc_t glFlush;
gl_client_context.cpp 84 glFlush = (glFlush_client_proc_t) getProc("glFlush", userData);
gl_client_proc.h 83 typedef void (gl_APIENTRY *glFlush_client_proc_t) (void * ctx);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 58 glFlush_client_proc_t glFlush;
GL2Encoder.h 70 glFlush_client_proc_t m_glFlush_enc;
gl2_client_context.cpp 58 glFlush = (glFlush_client_proc_t) getProc("glFlush", userData);
gl2_client_proc.h 57 typedef void (gl2_APIENTRY *glFlush_client_proc_t) (void * ctx);

Completed in 162 milliseconds