OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:command_length
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_common.py
90
print ' const GLuint cmdlen = %s - %u;' % (f.
command_length
(), bias)
92
print ' const GLuint cmdlen = %s;' % (f.
command_length
())
glX_XML.py
372
def
command_length
(self):
member in class:glx_function
/external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py
90
print ' const GLuint cmdlen = %s - %u;' % (f.
command_length
(), bias)
92
print ' const GLuint cmdlen = %s;' % (f.
command_length
())
glX_XML.py
372
def
command_length
(self):
member in class:glx_function
Completed in 1294 milliseconds