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 84 glFlush_client_proc_t m_glFlush_enc;
gl_client_context.h 82 glFlush_client_proc_t glFlush;
374 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
    [all...]
gl_client_context.cpp 86 ptr = getProc("glFlush", userData); set_glFlush((glFlush_client_proc_t)ptr);
gl_client_proc.h 83 typedef void (gl_APIENTRY *glFlush_client_proc_t) (void * ctx);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 65 glFlush_client_proc_t m_glFlush_enc;
gl2_client_context.h 56 glFlush_client_proc_t glFlush;
265 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
    [all...]
gl2_client_context.cpp 60 ptr = getProc("glFlush", userData); set_glFlush((glFlush_client_proc_t)ptr);
gl2_client_proc.h 57 typedef void (gl2_APIENTRY *glFlush_client_proc_t) (void * ctx);

Completed in 522 milliseconds