/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 37 'quadstrip', 184 def quadstrip(intype, outtype): function 185 preamble(intype, outtype, prim='quadstrip') 199 quadstrip(intype, outtype)
|
u_indices_gen.py | 42 'quadstrip', 245 def quadstrip(intype, outtype, inpv, outpv): function 246 preamble(intype, outtype, inpv, outpv, prim='quadstrip') 266 quadstrip(intype, outtype, inpv, outpv)
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 37 'quadstrip', 184 def quadstrip(intype, outtype): function 185 preamble(intype, outtype, prim='quadstrip') 199 quadstrip(intype, outtype)
|
u_indices_gen.py | 42 'quadstrip', 245 def quadstrip(intype, outtype, inpv, outpv): function 246 preamble(intype, outtype, inpv, outpv, prim='quadstrip') 266 quadstrip(intype, outtype, inpv, outpv)
|