Home
last modified time | relevance | path

Searched defs:intype (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py99 def vert( intype, outtype, v0 ): argument
105 def line( intype, outtype, ptr, v0, v1 ): argument
113 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
118 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): argument
124 def name(intype, outtype, prim): argument
130 def preamble(intype, outtype, prim): argument
152 def tris(intype, outtype): argument
160 def tristrip(intype, outtype): argument
168 def trifan(intype, outtype): argument
177 def polygon(intype, outtype): argument
[all …]
Du_indices_gen.py116 def vert( intype, outtype, v0 ): argument
122 def point( intype, outtype, ptr, v0 ): argument
125 def line( intype, outtype, ptr, v0, v1 ): argument
129 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
134 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument
140 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument
148 def do_point( intype, outtype, ptr, v0 ): argument
151 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
157 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
166 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
[all …]
/external/libmtp/src/
Dlibmtp.c418 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype) in map_libmtp_type_to_ptp_type()
441 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype) in map_ptp_type_to_libmtp_type()
807 char const * LIBMTP_Get_Filetype_Description(LIBMTP_filetype_t intype) in LIBMTP_Get_Filetype_Description()