Lines Matching refs:GLAPI
29 # make it possible to import glapi
31 GLAPI = os.path.join(".", os.path.dirname(sys.argv[0]), "glapi/gen")
32 sys.path.append(GLAPI)
138 """Parse a GLAPI XML file for ABI entries."""
697 self.api_call = 'GLAPI'
793 """Shared GLAPI API Printer"""
820 printers = ['glapi', 'es1api', 'es2api', 'shared-glapi']
839 'glapi': GLAPIPrinter,
842 'shared-glapi': SharedGLAPIPrinter,