HomeSort by relevance Sort by last modified time
    Searched refs:intype (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 98 def vert( intype, outtype, v0 ):
99 if intype == GENERATE:
104 def line( intype, outtype, ptr, v0, v1 ):
105 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
106 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
112 def do_tri( intype, outtype, ptr, v0, v1, v2 ):
113 line( intype, outtype, ptr, v0, v1 )
114 line( intype, outtype, ptr + '+2', v1, v2 )
115 line( intype, outtype, ptr + '+4', v2, v0 )
117 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 )
    [all...]
u_indices_gen.py 112 def vert( intype, outtype, v0 ):
113 if intype == GENERATE:
118 def point( intype, outtype, ptr, v0 ):
119 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
121 def line( intype, outtype, ptr, v0, v1 ):
122 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
123 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
125 def tri( intype, outtype, ptr, v0, v1, v2 ):
126 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
127 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';
    [all...]
  /external/libmtp/src/
libmtp.c 164 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype);
165 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype);
167 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t intype);
415 * @param intype the MTP library interface type
418 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype)
425 if(current->id == intype) {
438 * @param intype the PTP (libgphoto2) interface type
441 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype)
448 if(current->ptp_id == intype) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c     [all...]

Completed in 435 milliseconds