/external/mesa3d/include/GL/ |
D | gl.h | 56 # define GLAPI __declspec(dllexport) macro 58 # define GLAPI __declspec(dllimport) macro 60 # define GLAPI extern macro 68 # define GLAPI extern macro 71 # define GLAPI __attribute__((visibility("default"))) macro 98 #ifndef GLAPI 99 #define GLAPI extern macro 776 GLAPI void GLAPIENTRY glClearIndex( GLfloat c ); 778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ); 780 GLAPI void GLAPIENTRY glClear( GLbitfield mask ); [all …]
|
D | glext.h | 48 #ifndef GLAPI 49 #define GLAPI extern macro 6251 GLAPI void APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 6252 GLAPI void APIENTRY glBlendEquation (GLenum mode); 6253 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLen… 6254 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, … 6255 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLin… 6256 GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, … 6257 GLAPI void APIENTRY glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum forma… 6258 GLAPI void APIENTRY glColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params); [all …]
|
D | osmesa.h | 119 GLAPI OSMesaContext GLAPIENTRY 132 GLAPI OSMesaContext GLAPIENTRY 142 GLAPI void GLAPIENTRY 174 GLAPI GLboolean GLAPIENTRY 184 GLAPI OSMesaContext GLAPIENTRY 202 GLAPI void GLAPIENTRY 218 GLAPI void GLAPIENTRY 233 GLAPI GLboolean GLAPIENTRY 249 GLAPI GLboolean GLAPIENTRY 266 GLAPI OSMESAproc GLAPIENTRY [all …]
|
D | glxext.h | 44 #ifndef GLAPI 45 #define GLAPI extern macro
|
D | wglext.h | 44 #ifndef GLAPI 45 #define GLAPI extern macro
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | SConscript | 10 GLAPI = '#src/mapi/glapi/' 16 script = GLAPI + 'gen/gl_table.py', 17 source = GLAPI + 'gen/gl_API.xml', 23 script = GLAPI + 'gen/gl_table.py', 24 source = GLAPI + 'gen/gl_API.xml', 30 script = GLAPI + 'gen/gl_apitemp.py', 31 source = GLAPI + 'gen/gl_API.xml', 37 script = GLAPI + 'gen/gl_procs.py', 38 source = GLAPI + 'gen/gl_API.xml', 44 script = GLAPI + 'gen/remap_helper.py', [all …]
|
/external/mesa3d/src/glx/ |
D | SConscript | 94 GLAPI = '#src/mapi/glapi/' 98 script = GLAPI + 'gen/glX_proto_send.py', 99 source = GLAPI + 'gen/gl_and_es_API.xml', 105 script = GLAPI + 'gen/glX_proto_size.py', 106 source = GLAPI + 'gen/gl_API.xml', 112 script = GLAPI + 'gen/glX_proto_send.py', 113 source = GLAPI + 'gen/gl_API.xml', 121 script = GLAPI + 'gen/glX_proto_size.py', 122 source = GLAPI + 'gen/gl_API.xml', 128 script = GLAPI + 'gen/glX_proto_send.py', [all …]
|
/external/mesa3d/src/mapi/glapi/ |
D | SConscript | 52 GLAPI = '#src/mapi/glapi/' 63 script = GLAPI + 'gen/gl_x86_asm.py', 64 source = GLAPI + 'gen/gl_API.xml', 76 script = GLAPI + 'gen/gl_x86-64_asm.py', 77 source = GLAPI + 'gen/gl_API.xml', 89 script = GLAPI + 'gen/gl_SPARC_asm.py', 90 source = GLAPI + 'gen/gl_API.xml',
|
D | glapi_dispatch.c | 47 #define KEYWORD1 GLAPI
|
/external/mesa3d/src/mapi/shared-glapi/ |
D | Makefile.am | 4 GLAPI = $(top_srcdir)/src/mapi/glapi macro 12 include $(GLAPI)/gen/glapi_gen.mk 13 glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 118 #ifndef GLAPI 120 # define GLAPI extern macro 162 #ifndef GLAPI 164 # define GLAPI extern macro 166 # define GLAPI WINGDIAPI macro 230 #ifndef GLAPI 231 #define GLAPI extern macro 818 GLAPI void GLAPIENTRY glAccum (GLenum op, GLfloat value); 819 GLAPI void GLAPIENTRY glAlphaFunc (GLenum func, GLclampf ref); 820 GLAPI GLboolean GLAPIENTRY glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *res… [all …]
|
/external/mesa3d/src/mesa/ |
D | Makefile.am | 51 GLAPI = $(top_srcdir)/src/mapi/glapi/gen macro 52 include $(GLAPI)/glapi_gen.mk 66 main/api_exec_es1_dispatch.h: $(GLAPI)/gl_and_es_API.xml $(glapi_gen_dispatch_deps) 69 main/api_exec_es1_remap_helper.h: $(GLAPI)/gl_and_es_API.xml $(glapi_gen_remap_deps)
|
D | SConscript | 334 GLAPI = '#src/mapi/glapi/' 353 script = GLAPI + 'gen/gl_table.py', 354 source = GLAPI + 'gen/gl_and_es_API.xml', 359 script = GLAPI + 'gen/remap_helper.py', 360 source = GLAPI + 'gen/gl_and_es_API.xml', 443 script = GLAPI + 'gen/gl_enums.py', 444 source = GLAPI + 'gen/gl_and_es_API.xml',
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 597 GLAPI OSMesaContext GLAPIENTRY 611 GLAPI OSMesaContext GLAPIENTRY 803 GLAPI void GLAPIENTRY 852 GLAPI GLboolean GLAPIENTRY 934 GLAPI OSMesaContext GLAPIENTRY 946 GLAPI void GLAPIENTRY 972 GLAPI void GLAPIENTRY 1024 GLAPI GLboolean GLAPIENTRY 1062 GLAPI GLboolean GLAPIENTRY 1105 GLAPI OSMESAproc GLAPIENTRY [all …]
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1518 GLAPI GLboolean GLAPIENTRY 1528 GLAPI void GLAPIENTRY 1535 GLAPI void GLAPIENTRY 1542 GLAPI GLboolean GLAPIENTRY 1549 GLAPI void GLAPIENTRY 1558 GLAPI void GLAPIENTRY 1566 GLAPI void GLAPIENTRY
|
/external/mesa3d/src/mapi/mapi/ |
D | mapi_abi.py | 32 GLAPI = "./%s/../glapi/gen" % (os.path.dirname(sys.argv[0])) variable 33 sys.path.append(GLAPI)
|
/external/mesa3d/ |
D | configure.ac | 737 # Shared GLAPI is only useful for DRI 739 AC_MSG_NOTICE([Shared GLAPI is only useful for DRI, disabling])
|
/external/mesa3d/docs/ |
D | VERSIONS | 1001 - define GLAPIENTRY and GLAPI if undefined in glu.h
|