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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 58 glGetIntegerv_client_proc_t m_glGetIntegerv_enc;
gl_client_context.h 94 glGetIntegerv_client_proc_t glGetIntegerv;
386 virtual glGetIntegerv_client_proc_t set_glGetIntegerv(glGetIntegerv_client_proc_t f) { glGetIntegerv_client_proc_t retval = glGetIntegerv; glGetIntegerv = f; return retval;}
    [all...]
gl_client_context.cpp 98 ptr = getProc("glGetIntegerv", userData); set_glGetIntegerv((glGetIntegerv_client_proc_t)ptr);
gl_client_proc.h 95 typedef void (gl_APIENTRY *glGetIntegerv_client_proc_t) (void * ctx, GLenum, GLint*);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 92 glGetIntegerv_client_proc_t m_glGetIntegerv_enc;
gl2_client_context.h 74 glGetIntegerv_client_proc_t glGetIntegerv;
283 virtual glGetIntegerv_client_proc_t set_glGetIntegerv(glGetIntegerv_client_proc_t f) { glGetIntegerv_client_proc_t retval = glGetIntegerv; glGetIntegerv = f; return retval;}
    [all...]
gl2_client_context.cpp 78 ptr = getProc("glGetIntegerv", userData); set_glGetIntegerv((glGetIntegerv_client_proc_t)ptr);
gl2_client_proc.h 75 typedef void (gl2_APIENTRY *glGetIntegerv_client_proc_t) (void * ctx, GLenum, GLint*);

Completed in 140 milliseconds