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

1 2 3

  /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;
  /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/chromium_org/sdch/open-vcdiff/
configure.ac 96 [Always the empty-string on non-windows systems.
  /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/chromium_org/v8/test/mjsunit/
assert-opt-and-deopt.js 53 ALWAYS: 3,
58 * Always call this at the beginning of your test, once for each function
135 case OptTracker.OptimizationState.ALWAYS:
  /external/compiler-rt/make/platform/
clang_linux.mk 141 # Always use optimized variants.
clang_darwin.mk 111 # 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:
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 232 # This test will always fail because we don't name our output file properly.
352 [Always the empty-string on non-windows systems.
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 447 Always,
460 clEnumValN(color::Always, "always",
461 "always surround result strings, even the output is a plain file"),
562 "always preform cold folding"),
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 76 // Always save in default orientation.
119 // Always save in default orientation.
  /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/chromium_org/remoting/webapp/
oauth2.js 188 // Always be able to return structured data.

Completed in 678 milliseconds

1 2 3