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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 61 glGetBooleanv_client_proc_t m_glGetBooleanv_enc;
gl_client_context.h 87 glGetBooleanv_client_proc_t glGetBooleanv;
gl_client_context.cpp 89 glGetBooleanv = (glGetBooleanv_client_proc_t) getProc("glGetBooleanv", userData);
gl_client_proc.h 88 typedef void (gl_APIENTRY *glGetBooleanv_client_proc_t) (void * ctx, GLenum, GLboolean*);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 69 glGetBooleanv_client_proc_t glGetBooleanv;
GL2Encoder.h 98 glGetBooleanv_client_proc_t m_glGetBooleanv_enc;
gl2_client_context.cpp 71 glGetBooleanv = (glGetBooleanv_client_proc_t) getProc("glGetBooleanv", userData);
gl2_client_proc.h 70 typedef void (gl2_APIENTRY *glGetBooleanv_client_proc_t) (void * ctx, GLenum, GLboolean*);

Completed in 31 milliseconds