Searched refs:gl_function (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dmarshal_XML.py37 class marshal_function(gl_XML.gl_function):
H A DglX_XML.py73 class glx_function(gl_XML.gl_function):
106 gl_XML.gl_function.__init__(self, element, context)
111 gl_XML.gl_function.process_element(self, element)
H A Dgl_XML.py598 class gl_function( gl_item ): class in inherits:gl_item
825 return gl_function(element, context)
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dmarshal_XML.py37 class marshal_function(gl_XML.gl_function):
H A DglX_XML.py73 class glx_function(gl_XML.gl_function):
106 gl_XML.gl_function.__init__(self, element, context)
111 gl_XML.gl_function.process_element(self, element)
H A Dgl_XML.py606 class gl_function( gl_item ): class in inherits:gl_item
839 return gl_function(element, context)
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c2603 typedef void (*gl_function) (void); typedef in function:glXGetProcAddressARB
2604 gl_function f;
2613 f = (gl_function) get_glx_proc_address((const char *) procName);
2617 f = (gl_function) __indirect_get_proc_address((const char *) procName);
2620 f = (gl_function) _glapi_get_proc_address((const char *) procName);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcmds.c2692 typedef void (*gl_function) (void); typedef in function:glXGetProcAddressARB
2693 gl_function f;
2702 f = (gl_function) get_glx_proc_address((const char *) procName);
2706 f = (gl_function) __indirect_get_proc_address((const char *) procName);
2709 f = (gl_function) _glapi_get_proc_address((const char *) procName);

Completed in 14 milliseconds