HomeSort by relevance Sort by last modified time
    Searched defs:gl_APIENTRY (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 21 #ifndef gl_APIENTRY
22 #define gl_APIENTRY KHRONOS_APIENTRY
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 21 #ifndef gl_APIENTRY
22 #define gl_APIENTRY KHRONOS_APIENTRY
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_proc.h 9 #ifndef gl_APIENTRY
10 #define gl_APIENTRY
12 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf);
13 typedef void (gl_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);
14 typedef void (gl_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf);
15 typedef void (gl_APIENTRY *glClipPlanef_client_proc_t) (void * ctx, GLenum, const GLfloat*);
16 typedef void (gl_APIENTRY *glColor4f_client_proc_t) (void * ctx, GLfloat, GLfloat, GLfloat, GLfloat);
17 typedef void (gl_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf);
18 typedef void (gl_APIENTRY *glFogf_client_proc_t) (void * ctx, GLenum, GLfloat);
19 typedef void (gl_APIENTRY *glFogfv_client_proc_t) (void * ctx, GLenum, const GLfloat*)
    [all...]

Completed in 323 milliseconds