/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 33 PRIMS=('tris', 143 def tris(intype, outtype): function 144 preamble(intype, outtype, prim='tris') 195 tris(intype, outtype)
|
u_indices_gen.py | 38 'tris', 198 def tris(intype, outtype, inpv, outpv): function 199 preamble(intype, outtype, inpv, outpv, prim='tris') 262 tris(intype, outtype, inpv, outpv)
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 33 PRIMS=('tris', 143 def tris(intype, outtype): function 144 preamble(intype, outtype, prim='tris') 195 tris(intype, outtype)
|
u_indices_gen.py | 38 'tris', 198 def tris(intype, outtype, inpv, outpv): function 199 preamble(intype, outtype, inpv, outpv, prim='tris') 262 tris(intype, outtype, inpv, outpv)
|