HomeSort by relevance Sort by last modified time
    Searched defs:Usage (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 122 * If used with software skinning, the usage should be
123 * {@link Usage#CpuOnly}, and the buffer should be allocated
131 * If used with software skinning, the usage should be
132 * {@link Usage#CpuOnly}, and the buffer should be allocated
139 * If used with software skinning, the usage should be
140 * {@link Usage#CpuOnly}, and the buffer should be allocated
147 * If used with software skinning, the usage should be
148 * {@link Usage#CpuOnly}, and the buffer should be allocated
191 * If used with software skinning, the usage should be
192 * {@link Usage#CpuOnly}, and the buffer should be allocate
311 protected Usage usage; field in class:VertexBuffer
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 48 * Gathers statistics about attribute usage in layout files. This is how the "topAttrs"
68 private Map<String, Map<String, Usage>> mFrequencies =
69 new HashMap<String, Map<String, Usage>>(100);
71 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies =
72 new HashMap<String, Map<String, Usage>>(100);
89 System.err.println("Usage: " + Analyzer.class.getSimpleName()
110 // file +.mod as an extension). This isn't listed on the usage flag because
247 Map<String, Usage> attributeMap = mFrequencies.get(tag);
249 attributeMap = new HashMap<String, Usage>(70);
277 Usage usage = attributeMap.get(name) local
310 Usage usage = attributeMap.get(name); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 169 usage of the library.
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 840 typedef USHORT USAGE;
842 USAGE Usage;
843 USAGE UsagePage;
867 USAGE UsagePage;
872 USAGE LinkUsage;
873 USAGE LinkUsagePage;
889 USAGE UsageMin, UsageMax;
895 USAGE Usage, Reserved1
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 6331 CXTUResourceUsage usage = { (void*) 0, 0, 0 }; local
6414 CXTUResourceUsage usage = { (void*) entries.get(), local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 734 milliseconds

1 2 34