Searched defs:Hybrid (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java138 Hybrid(false); enum constant in enum:Mesh.Mode
409 * Get the element lengths for {@link Mode#Hybrid} mesh mode.
418 * Set the element lengths for {@link Mode#Hybrid} mesh mode.
427 * Set the mode start indices for {@link Mode#Hybrid} mesh mode.
436 * Get the mode start indices for {@link Mode#Hybrid} mesh mode.
1009 if (mode == Mode.Hybrid)
1010 throw new UnsupportedOperationException("Hybrid mode not supported");
/external/llvm/include/llvm/Target/
H A DTargetLowering.h65 Hybrid, // Scheduling for both latency and register pressure. enumerator in enum:llvm::Sched::Preference

Completed in 609 milliseconds