HomeSort by relevance Sort by last modified time
    Searched refs:Always (Results 1 - 25 of 32) sorted by null

1 2

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java 102 fpsText.setCullHint(show ? CullHint.Never : CullHint.Always);
110 statsView.setCullHint(show ? CullHint.Never : CullHint.Always);
150 fpsText.setCullHint(showFps ? CullHint.Never : CullHint.Always);
166 statsView.setCullHint(showStats ? CullHint.Never : CullHint.Always);
175 fpsText.setCullHint(showFps ? CullHint.Never : CullHint.Always);
177 statsView.setCullHint(showStats ? CullHint.Never : CullHint.Always);
179 fpsText.setCullHint(CullHint.Always);
181 statsView.setCullHint(CullHint.Always);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
Android.mk 9 # Always include the Generic code
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderContext.java 224 public RenderState.TestFunction frontStencilFunction = RenderState.TestFunction.Always;
225 public RenderState.TestFunction backStencilFunction = RenderState.TestFunction.Always;
312 frontStencilFunction = RenderState.TestFunction.Always;
313 backStencilFunction = RenderState.TestFunction.Always;
RenderManager.java 778 if ((scene.getShadowMode() != RenderQueue.ShadowMode.Off || scene instanceof Node) && scene.getCullHint()!=Spatial.CullHint.Always) {
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 41 /// Does this use always see an uninitialized value?
44 /// This use is always uninitialized if it occurs after any of these branches
65 /// The use is always uninitialized.
66 Always
71 return AlwaysUninit ? Always :
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 90 * The test always fails
121 * The test always passes
123 Always,}
321 TestFunction frontStencilFunction = TestFunction.Always;
322 TestFunction backStencilFunction = TestFunction.Always;
345 oc.write(frontStencilFunction, "frontStencilFunction", TestFunction.Always);
346 oc.write(backStencilFunction, "backStencilFunction", TestFunction.Always);
383 frontStencilFunction = ic.readEnum("frontStencilFunction", TestFunction.class, TestFunction.Always);
384 backStencilFunction = ic.readEnum("backStencilFunction", TestFunction.class, TestFunction.Always);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGenBadModels.java 55 debugTangents.setCullHint(CullHint.Always);
118 debugTangents.setCullHint(CullHint.Always);
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 8 // Always escape '#' since it would mark the ref.
  /external/open-vcdiff/
configure.ac 96 [Always the empty-string on non-windows systems.
  /build/core/
cleanspec.mk 40 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 87 * Always cull this from the view, throwing away this object
90 Always,
92 * Never cull this from view, always draw it.
104 * Do whatever our parent does. If no parent, default to {@link #Always}.
108 * This spatial will always be batched when attached to a BatchNode.
110 Always,
249 if (cm == Spatial.CullHint.Always) {
1036 return BatchHint.Always;
    [all...]
Geometry.java 315 setCullHint(CullHint.Always);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 445 #define Always 2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 445 #define Always 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 445 #define Always 2
  /external/compiler-rt/make/platform/
clang_linux.mk 132 # Always use optimized variants.
clang_darwin.mk 116 # Always set deployment target arguments for every build, these libraries should
  /external/v8/test/mjsunit/
assert-opt-and-deopt.js 48 ALWAYS: 3,
53 * Always call this at the beginning of your test, once for each function
130 case OptTracker.OptimizationState.ALWAYS:
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 445 Always,
458 clEnumValN(color::Always, "always",
459 "always surround result strings, even the output is a plain file"),
554 "always preform cold folding"),
972 case color::Always:
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 151 node.setCullHint(visible ? CullHint.Always : CullHint.Inherit);
  /external/libpng/contrib/gregbook/
rpng-x.c 541 attr.backing_store = Always;
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 299 text.push('Force SPDY Always: ' + data.spdyStatus.force_spdy_always);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 94 /// \returns AlwaysFallThrough iff we always fall off the end of the statement,
468 // If condition is always true, remove all but the 'then'.
479 // If condition is always false, remove all but the 'else'.
522 // FIXME: This also happens if the first use of a variable is always
622 Use.getKind() == UninitUse::Always ? diag::warn_uninit_var
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 473 if (Use.getKind() == UninitUse::Always)
  /external/v8/src/
runtime.js 270 // operand are always executed.
322 // operand are always executed.
382 F = bindings[kBoundFunctionIndex]; // Always a non-bound function.

Completed in 396 milliseconds

1 2