/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 35 'tristrip', 151 def tristrip(intype, outtype): function 152 preamble(intype, outtype, prim='tristrip') 196 tristrip(intype, outtype)
|
u_indices_gen.py | 40 'tristrip', 206 def tristrip(intype, outtype, inpv, outpv): function 207 preamble(intype, outtype, inpv, outpv, prim='tristrip') 263 tristrip(intype, outtype, inpv, outpv)
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 35 'tristrip', 151 def tristrip(intype, outtype): function 152 preamble(intype, outtype, prim='tristrip') 196 tristrip(intype, outtype)
|
u_indices_gen.py | 40 'tristrip', 206 def tristrip(intype, outtype, inpv, outpv): function 207 preamble(intype, outtype, inpv, outpv, prim='tristrip') 263 tristrip(intype, outtype, inpv, outpv)
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/ |
ModelConverter.java | 46 import jme3tools.converters.model.strip.TriStrip; 66 TriStrip ts = new TriStrip();
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
TriStrip.java | 63 public class TriStrip {
76 public TriStrip() {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_debug.c | 65 case PRIM3D_TRISTRIP: return "TRISTRIP"; break;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clip_tri.c | 151 * second tristrip element: Can ignore sometimes?
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 65 case PRIM3D_TRISTRIP: return "TRISTRIP"; break;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip_tri.c | 151 * second tristrip element: Can ignore sometimes?
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_debug.c | 113 case PRIM3D_TRISTRIP: return "TRISTRIP"; break;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_debug.c | 113 case PRIM3D_TRISTRIP: return "TRISTRIP"; break;
|
/external/chromium_org/third_party/mesa/src/docs/ |
news.html | [all...] |
/external/mesa3d/docs/ |
news.html | [all...] |