HomeSort by relevance Sort by last modified time
    Searched full:gl_item (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 33 """Factory to create GLX protocol oriented objects derived from gl_item."""
gl_XML.py 324 class gl_item(object): class in inherits:object
333 class gl_type( gl_item ):
335 gl_item.__init__(self, element, context, category)
355 class gl_enum( gl_item ):
357 gl_item.__init__(self, element, context, category)
596 class gl_function( gl_item ):
839 """Factory to create objects derived from gl_item."""
    [all...]
glX_XML.py 34 """Factory to create GLX protocol oriented objects derived from gl_item."""

Completed in 155 milliseconds