| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_common.c | 228 struct api { struct 275 static struct api api = { variable in typeref:struct:api 314 pthread_mutex_lock(&api.mutex); 330 pthread_mutex_unlock(&api.mutex); 386 if (api.begin_count) 456 if (api.begin_count) 565 if (!api.glx_handle) 566 get_dlopen_handle(&api.glx_handle, GLVND_GLX_LIB, false, load); 568 if (!api [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | get_hash_generator.py | 61 def api_name(api): 62 return "API_OPEN%s" % api 75 def api_index(api): 76 return api_enum.index(api) 78 def table_name(api): 79 return "table_" + api_name(api) 81 def print_table(api, table): 82 print("static table_t %s = {" % (table_name(api))) 104 for api in table["apis"]: 105 i = api_index(api) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | get_hash_generator.py | 59 def api_name(api): 60 return "API_OPEN%s" % api 73 def api_index(api): 74 return api_enum.index(api) 76 def table_name(api): 77 return "table_" + api_name(api) 79 def print_table(api, table): 80 print("static table_t %s = {" % (table_name(api))) 102 for api in table["apis"]: 103 i = api_index(api) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/ |
| H A D | Makefile.sources | 2 api/context.cpp \ 3 api/device.cpp \ 4 api/dispatch.cpp \ 5 api/dispatch.hpp \ 6 api/event.cpp \ 7 api/interop.cpp \ 8 api/kernel.cpp \ 9 api/memory.cpp \ 10 api/platform.cpp \ 11 api/progra [all...] |
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | Makefile.am | 32 compat-api.h \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_marshal_h.py | 56 def printBody(self, api): 59 for func in api.functionIterateAll(): 86 api = gl_XML.parse_GL_API(file_name, marshal_XML.marshal_item_factory()) variable 87 printer.Print(api)
|
| H A D | gl_procs.py | 81 def printBody(self, api): 87 for func in api.functionIterateByOffset(): 98 for func in api.functionIterateByOffset(): 117 for func in api.functionIterateByOffset(): 126 for func in api.functionIterateByOffset(): 134 for func in api.functionIterateByOffset(): 136 cat, num = api.get_category_for_name(n) 185 api = gl_XML.parse_GL_API(args.file_name, glX_XML.glx_item_factory()) 186 PrintGlProcs(args.es).Print(api)
|
| H A D | gl_SPARC_asm.py | 222 def printBody(self, api): 223 for f in api.functionIterateByOffset(): 231 for f in api.functionIterateByOffset(): 264 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory()) 265 printer.Print(api)
|
| H A D | gl_gentable.py | 201 def printBody(self, api): 205 for f in api.functions_by_name.values(): 211 for f in api.functions_by_name.values(): 249 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory()) 250 printer.Print(api)
|
| H A D | remap_helper.py | 77 def printBody(self, api): 91 for f in api.functionIterateAll(): 117 for f in api.functionIterateByOffset(): 143 api = gl_XML.parse_GL_API(args.file_name) 146 printer.Print(api)
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | getprocaddress.py | 59 def printBody(self, api): 63 for f in api.functionIterateByCategory(): 64 [category, num] = api.get_category_for_name( f.name ) 98 api = gl_XML.parse_GL_API( file_name, gl_XML.gl_item_factory() ) variable 100 printer.Print( api )
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_SPARC_asm.py | 220 def printBody(self, api): 221 for f in api.functionIterateByOffset(): 229 for f in api.functionIterateByOffset(): 262 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory()) 263 printer.Print(api)
|
| H A D | gl_gentable.py | 168 def printBody(self, api): 172 for f in api.functions_by_name.values(): 178 for f in api.functions_by_name.values(): 216 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory()) 217 printer.Print(api)
|
| H A D | gl_marshal_h.py | 54 def printBody(self, api): 59 for func in api.functionIterateAll(): 68 for func in api.functionIterateAll(): 98 api = gl_XML.parse_GL_API(file_name, marshal_XML.marshal_item_factory()) variable 99 printer.Print(api)
|
| H A D | gl_x86_asm.py | 179 def printBody(self, api): 180 for f in api.functionIterateByOffset(): 191 for f in api.functionIterateByOffset(): 224 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory()) 225 printer.Print(api)
|
| H A D | remap_helper.py | 75 def printBody(self, api): 89 for f in api.functionIterateAll(): 115 for f in api.functionIterateByOffset(): 141 api = gl_XML.parse_GL_API(args.file_name) 144 printer.Print(api)
|
| H A D | gl_procs.py | 79 def printBody(self, api): 85 for func in api.functionIterateByOffset(): 96 for func in api.functionIterateByOffset(): 115 for func in api.functionIterateByOffset(): 123 for func in api.functionIterateByOffset(): 125 cat, num = api.get_category_for_name(n) 174 api = gl_XML.parse_GL_API(args.file_name, glX_XML.glx_item_factory()) 175 PrintGlProcs(args.es).Print(api)
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | Makefile.am | 36 compat-api.h
|
| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| H A D | Makefile.am | 32 compat-api.h \
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | Makefile.am | 32 compat-api.h \
|
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| H A D | Makefile.am | 35 compat-api.h \
|
| /xsrc/external/mit/xf86-video-ark/dist/src/ |
| H A D | Makefile.am | 35 compat-api.h \
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglcurrent.h | 72 _eglIsApiValid(EGLenum api) argument 76 return api == EGL_OPENGL_ES_API; 78 return (api == EGL_OPENGL_ES_API || api == EGL_OPENGL_API);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_extensions.h | 44 gl_api api);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_extensions.h | 44 gl_api api);
|