Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py95 def vert( intype, outtype, v0 ): argument
101 def line( intype, outtype, ptr, v0, v1 ): argument
109 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
114 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): argument
120 def name(intype, outtype, prim): argument
126 def preamble(intype, outtype, prim): argument
143 def tris(intype, outtype): argument
151 def tristrip(intype, outtype): argument
159 def trifan(intype, outtype): argument
168 def polygon(intype, outtype): argument
[all …]
Du_indices_gen.py106 def vert( intype, outtype, v0 ): argument
112 def point( intype, outtype, ptr, v0 ): argument
115 def line( intype, outtype, ptr, v0, v1 ): argument
119 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
124 def do_point( intype, outtype, ptr, v0 ): argument
127 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
142 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
146 def name(intype, outtype, inpv, outpv, prim): argument
152 def preamble(intype, outtype, inpv, outpv, prim): argument
[all …]
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp206 std::string outtype = ""; in init() local