Home
last modified time | relevance | path

Searched refs:gl_function (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
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.py616 class gl_function( gl_item ): class
855 return gl_function(element, context)
H A Dmarshal_XML.py43 class marshal_function(gl_XML.gl_function):
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxcmds.c2370 typedef void (*gl_function) (void); in glXGetProcAddressARB() typedef
2371 gl_function f = NULL; in glXGetProcAddressARB()
2374 f = (gl_function) get_glx_proc_address((const char *) procName); in glXGetProcAddressARB()
2377 f = (gl_function) _glapi_get_proc_address((const char *) procName); in glXGetProcAddressARB()