HomeSort by: relevance | last modified time | path
    Searched defs:Print (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
glX_server_table.py 175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth)
176 print ' %u,' % (M)
185 print ' EMPTY_LEAF,'
193 print ' LEAF(%u),' % (len(self.lookup_table))
221 print ' %u,' % (child_index)
226 print ''
237 def Print(self):
281 print '/*****************************************************************/'
282 print '/* tree depth = %u */' % (tree[3])
283 print 'static const int_fast16_t %s_dispatch_tree[%u] = {' % (self.name_base, tree[2]
    [all...]
glX_proto_size.py 170 print(' static const GLushort a[%u] = {' % (mask + 1))
172 print(' %s, ' % (masked_enums[e]))
173 print(' };')
175 print(' static const GLubyte b[%u] = {' % (mask + 1))
177 print(' %u, ' % (masked_count[c]))
178 print(' };')
180 print(' const unsigned idx = (e & 0x%02xU);' % (mask))
181 print('')
182 print(' return (e == a[idx]) ? (GLint) b[idx] : 0;')
192 print(' switch( e ) {'
    [all...]
gl_XML.py 80 printHeader and printFooter, or even Print (though this is unlikely).
119 def Print(self, api):
127 """Print the header associated with all files and call the printRealHeader method."""
129 print('/* DO NOT EDIT - This file generated automatically by %s script */' \
131 print('')
132 print('/*')
133 print((' * ' + self.license.replace('\n', '\n * ')).replace(' \n', '\n'))
134 print(' */')
135 print('')
137 print('#if !defined( %s )' % (self.header_tag)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
glX_server_table.py 175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth)
176 print ' %u,' % (M)
185 print ' EMPTY_LEAF,'
193 print ' LEAF(%u),' % (len(self.lookup_table))
221 print ' %u,' % (child_index)
226 print ''
237 def Print(self):
281 print '/*****************************************************************/'
282 print '/* tree depth = %u */' % (tree[3])
283 print 'static const int_fast16_t %s_dispatch_tree[%u] = {' % (self.name_base, tree[2]
    [all...]
glX_proto_size.py 172 print(' static const GLushort a[%u] = {' % (mask + 1))
174 print(' %s, ' % (masked_enums[e]))
175 print(' };')
177 print(' static const GLubyte b[%u] = {' % (mask + 1))
179 print(' %u, ' % (masked_count[c]))
180 print(' };')
182 print(' const unsigned idx = (e & 0x%02xU);' % (mask))
183 print('')
184 print(' return (e == a[idx]) ? (GLint) b[idx] : 0;')
194 print(' switch( e ) {'
    [all...]
gl_XML.py 82 printHeader and printFooter, or even Print (though this is unlikely).
121 def Print(self, api):
129 """Print the header associated with all files and call the printRealHeader method."""
131 print('/* DO NOT EDIT - This file generated automatically by %s script */' \
133 print('')
134 print('/*')
135 print((' * ' + self.license.replace('\n', '\n * ')).replace(' \n', '\n'))
136 print(' */')
137 print('')
139 print('#if !defined( %s )' % (self.header_tag)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest-printers.h 33 // This file implements a universal value printer that can print a
36 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
38 // A user can teach this function how to print a class type T by
52 // If none of the above is defined, it will print the debug string of
53 // the value if it is a protocol buffer, or print the raw bytes in the
87 // The print primitives print the elements of an STL-style container
91 // match value_type, and the print output may be incorrect. In
146 // by the universal printer to print a value of type T when neither
161 // We print a protobuf using its ShortDebugString() when the strin
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest-printers.h 34 // This file implements a universal value printer that can print a
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
39 // A user can teach this function how to print a class type T by
49 // If none of the above is defined, it will print the debug string of
50 // the value if it is a protocol buffer, or print the raw bytes in the
84 // The print primitives print the elements of an STL-style container
88 // match value_type, and the print output may be incorrect. In
132 // by the universal printer to print a value of type T when neither
145 // We print a protobuf using its ShortDebugString() when the strin
    [all...]
  /xsrc/external/mit/libXt/dist/src/
TMprint.c 361 StatePtr *state_return, /* state to print, usually startState */
436 /* print the current state */
480 /* print succeeding states */
490 } PrintRec, *Print;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 88 void (*Print)( struct gl_context *ctx, void *data, FILE *f );
1014 /** Print an extended opcode instruction */
1020 ctx->ListExt->Opcode[i].Print(ctx, &node[1], f);
1538 * \param print function to print the new display list command
1546 void (*print) (struct gl_context *, void *, FILE *))
1554 ctx->ListExt->Opcode[i].Print = print;
11712 * Print the commands in a display list. For debugging only.

Completed in 35 milliseconds