Home | History | Annotate | Download | only in glapi

Lines Matching refs:GLAPI

2 # SConscript for glapi
37 'glapi.c',
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',
101 glapi = env.ConvenienceLibrary(
102 target = 'glapi',
105 Export('glapi')