Searched refs:APIENTRY (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl_glext.h | 49 #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 D | SDL_opengles.h | 37 #ifndef APIENTRY 38 #define APIENTRY macro
|
A D | SDL_opengles2.h | 50 #ifndef APIENTRY 51 #define APIENTRY GL_APIENTRY macro
|
A D | SDL_opengl.h | 103 # 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 D | SDL.c | 537 BOOL APIENTRY
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 227 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 D | SDL_egl.c | 981 void (APIENTRY * glGetIntegervFunc) (GLenum pname, GLint * params); in SDL_EGL_CreateContext() local
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengl.m | 314 const GLubyte *(APIENTRY * glGetStringFunc)(GLenum); 316 … glGetStringFunc = (const GLubyte *(APIENTRY *)(GLenum)) SDL_GL_GetProcAddress("glGetString");
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testgl2.c | 29 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
|
A D | testgles2.c | 34 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 100 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params; 267 static void APIENTRY
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 87 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 163 #define SDL_PROC(ret,func,params) ret (APIENTRY *func) params;
|
Completed in 147 milliseconds