Home
last modified time | relevance | path

Searched refs:APIENTRY (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h49 #ifndef APIENTRY
50 #define APIENTRY macro
53 #define APIENTRYP APIENTRY *
425 GLAPI void APIENTRY glFogCoordf (GLfloat coord);
550 GLAPI GLboolean APIENTRY glIsQuery (GLuint id);
552 GLAPI void APIENTRY glEndQuery (GLenum target);
759 GLAPI GLuint APIENTRY glCreateProgram (void);
2531 GLAPI void APIENTRY glPopDebugGroup (void);
4473 GLAPI void APIENTRY glVertex2bOES (GLbyte x);
8510 GLAPI void APIENTRY glBlendBarrierNV (void);
[all …]
A DSDL_opengles.h37 #ifndef APIENTRY
38 #define APIENTRY macro
A DSDL_opengles2.h50 #ifndef APIENTRY
51 #define APIENTRY GL_APIENTRY macro
A DSDL_opengl.h103 # define APIENTRY _System macro
120 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
138 #ifndef APIENTRY
139 #define APIENTRY GLAPIENTRY macro
144 #define APIENTRYP APIENTRY *
2145 GLAPI void APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
2146 GLAPI void APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
/AliOS-Things-master/components/SDL2/src/
A DSDL.c537 BOOL APIENTRY
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c227 const GLubyte *(APIENTRY * glGetStringFunc) (GLenum); in ShouldUseTextureFramebuffer() local
3023 const GLubyte *(APIENTRY * glGetStringFunc) (GLenum); in SDL_GL_ExtensionSupported() local
3047 const GLubyte *(APIENTRY * glGetStringiFunc) (GLenum, GLuint); in SDL_GL_ExtensionSupported() local
3048 void (APIENTRY * glGetIntegervFunc) (GLenum pname, GLint * params); in SDL_GL_ExtensionSupported() local
3313 GLenum (APIENTRY *glGetErrorFunc) (void); in SDL_GL_GetAttribute() local
3324 const GLubyte *(APIENTRY *glGetStringFunc) (GLenum name); in SDL_GL_GetAttribute() local
3325 …void (APIENTRY *glGetFramebufferAttachmentParameterivFunc) (GLenum target, GLenum attachment, GLen… in SDL_GL_GetAttribute() local
3529 void (APIENTRY *glGetIntegervFunc) (GLenum pname, GLint * params); in SDL_GL_GetAttribute() local
A DSDL_egl.c981 void (APIENTRY * glGetIntegervFunc) (GLenum pname, GLint * params); in SDL_EGL_CreateContext() local
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m314 const GLubyte *(APIENTRY * glGetStringFunc)(GLenum);
316 … glGetStringFunc = (const GLubyte *(APIENTRY *)(GLenum)) SDL_GL_GetProcAddress("glGetString");
/AliOS-Things-master/components/SDL2/test/
A Dtestgl2.c29 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
A Dtestgles2.c34 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c100 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
267 static void APIENTRY
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c87 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c163 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;

Completed in 147 milliseconds