OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_attr_true
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py
58
def
is_attr_true
( element, name ):
function
341
tn.integer = not
is_attr_true
( element, "float" )
342
tn.unsigned =
is_attr_true
( element, "unsigned" )
343
tn.pointer =
is_attr_true
( element, "pointer" )
445
self.is_client_only =
is_attr_true
( element, 'client_only' )
446
self.is_counter =
is_attr_true
( element, 'counter' )
447
self.is_output =
is_attr_true
( element, 'output' )
466
self.img_pad_dimensions =
is_attr_true
( element, 'img_pad_dimensions' )
467
self.img_null_flag =
is_attr_true
( element, 'img_null_flag' )
468
self.img_send_null =
is_attr_true
( element, 'img_send_null'
[
all
...]
glX_XML.py
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' )
/external/mesa3d/src/mapi/glapi/gen/
gl_XML.py
58
def
is_attr_true
( element, name ):
function
341
tn.integer = not
is_attr_true
( element, "float" )
342
tn.unsigned =
is_attr_true
( element, "unsigned" )
343
tn.pointer =
is_attr_true
( element, "pointer" )
445
self.is_client_only =
is_attr_true
( element, 'client_only' )
446
self.is_counter =
is_attr_true
( element, 'counter' )
447
self.is_output =
is_attr_true
( element, 'output' )
466
self.img_pad_dimensions =
is_attr_true
( element, 'img_pad_dimensions' )
467
self.img_null_flag =
is_attr_true
( element, 'img_null_flag' )
468
self.img_send_null =
is_attr_true
( element, 'img_send_null'
[
all
...]
glX_XML.py
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' )
Completed in 420 milliseconds