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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 89 glDisable_client_proc_t m_glDisable_enc;
gl_client_context.h 75 glDisable_client_proc_t glDisable;
gl_client_context.cpp 77 glDisable = (glDisable_client_proc_t) getProc("glDisable", userData);
gl_client_proc.h 76 typedef void (gl_APIENTRY *glDisable_client_proc_t) (void * ctx, GLenum);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 49 glDisable_client_proc_t glDisable;
gl2_client_context.cpp 51 glDisable = (glDisable_client_proc_t) getProc("glDisable", userData);
gl2_client_proc.h 50 typedef void (gl2_APIENTRY *glDisable_client_proc_t) (void * ctx, GLenum);

Completed in 29 milliseconds