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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 25 #ifndef gl2_APIENTRY
26 #define gl2_APIENTRY KHRONOS_APIENTRY
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 25 #ifndef gl2_APIENTRY
26 #define gl2_APIENTRY KHRONOS_APIENTRY
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_proc.h 9 #ifndef gl2_APIENTRY
10 #define gl2_APIENTRY
12 typedef void (gl2_APIENTRY *glActiveTexture_client_proc_t) (void * ctx, GLenum);
13 typedef void (gl2_APIENTRY *glAttachShader_client_proc_t) (void * ctx, GLuint, GLuint);
14 typedef void (gl2_APIENTRY *glBindAttribLocation_client_proc_t) (void * ctx, GLuint, GLuint, const GLchar*);
15 typedef void (gl2_APIENTRY *glBindBuffer_client_proc_t) (void * ctx, GLenum, GLuint);
16 typedef void (gl2_APIENTRY *glBindFramebuffer_client_proc_t) (void * ctx, GLenum, GLuint);
17 typedef void (gl2_APIENTRY *glBindRenderbuffer_client_proc_t) (void * ctx, GLenum, GLuint);
18 typedef void (gl2_APIENTRY *glBindTexture_client_proc_t) (void * ctx, GLenum, GLuint);
19 typedef void (gl2_APIENTRY *glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf)
    [all...]

Completed in 794 milliseconds