Home | History | Annotate | Download | only in gen

Lines Matching refs:child

53 		child = element.children
54 while child:
55 if child.type == "element" and child.name == "size":
56 n = child.nsProp( "name", None )
57 c = child.nsProp( "count", None )
58 m = child.nsProp( "mode", None )
73 child = child.next
138 child = element.children
139 while child:
140 if child.type == "element" and child.name == "glx":
141 rop = child.nsProp( 'rop', None )
142 sop = child.nsProp( 'sop', None )
143 vop = child.nsProp( 'vendorpriv', None )
155 self.img_reset = child.nsProp( 'img_reset', None )
160 handcode = child.nsProp( 'handcode', None )
176 self.ignore = gl_XML.is_attr_true( child, 'ignore' )
177 self.can_be_large = gl_XML.is_attr_true( child, 'large' )
178 self.glx_doubles_in_order = gl_XML.is_attr_true( child, 'doubles_in_order' )
179 self.reply_always_array = gl_XML.is_attr_true( child, 'always_array' )
180 self.dimensions_in_reply = gl_XML.is_attr_true( child, 'dimensions_in_reply' )
182 child = child.next