Home | History | Annotate | Download | only in glapi

Lines Matching refs:glapi

2 # SConscript for glapi
41 'glapi.c',
56 GLAPI = '#src/mapi/glapi/'
57 sources = [GLAPI + 'gen/gl_and_es_API.xml'] + env.Glob(GLAPI + 'gen/*.xml')
68 script = GLAPI + 'gen/gl_x86_asm.py',
81 script = GLAPI + 'gen/gl_x86-64_asm.py',
94 script = GLAPI + 'gen/gl_SPARC_asm.py',
101 glapi = env.ConvenienceLibrary(
102 target = 'glapi',
105 Export('glapi')