Searched refs:gl2_APIENTRY (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_client_proc.h | 9 #ifndef gl2_APIENTRY 10 #define gl2_APIENTRY macro 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 … 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, … [all …]
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 25 #ifndef gl2_APIENTRY 26 #define gl2_APIENTRY KHRONOS_APIENTRY macro
|