HomeSort by relevance Sort by last modified time
    Searched full:technique (Results 51 - 75 of 492) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Lighting.j3md 104 Technique {
148 Technique PreShadow {
172 Technique PreNormalPass {
193 Technique GBuf {
219 Technique FixedFunc {
223 Technique Glow {
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
TerrainLighting.j3md 104 Technique {
166 Technique PreShadow {
190 Technique PreNormalPass {
211 Technique GBuf {
235 Technique FixedFunc {
239 Technique Glow {
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 91 private Technique technique; field in class:Material
92 private HashMap<String, Technique> techniques = new HashMap<String, Technique>();
172 Technique t = getActiveTechnique();
224 mat.technique = null;
225 mat.techniques = new HashMap<String, Technique>();
240 * Returns the currently active technique.
242 * The technique is selected automatically by the {@link RenderManager}
244 * technique by usin
    [all...]
package.html 33 a technique is used to implement the same material for each configuration
35 technique could exist to take care of rendering for that configuration
  /external/oprofile/libopagent/
Makefile.am 18 # symbol versioning technique (via the version script) to add new or
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/
J3MLoader.java 66 private TechniqueDef technique; field in class:J3MLoader
111 technique.setLightMode(lm);
121 technique.setShadowMode(sm);
299 technique.addWorldParam(statement.getLine());
348 technique.setRenderState(renderState);
357 technique.addShaderPresetDefine(split[0].trim(), VarType.Boolean, true);
359 technique.addShaderParamDefine(split[1].trim(), split[0].trim());
403 technique = new TechniqueDef(null);
405 technique = new TechniqueDef(split[1]);
407 throw new IOException("Technique statement syntax incorrect")
    [all...]
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 57 <p>Using this technique, if you determine that connectivity has been lost, you can disable all of
62 <p>You can use the same technique to delay a download that requires higher bandwidth to complete.
  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.h 33 // value. This technique is also used by auto_ptr_ref.
  /external/chromium_org/sandbox/win/src/
sandbox.cc 31 // GetTargetServices implementation must follow the same technique as the
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
glossary.rst 8 Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes
  /external/mesa3d/src/gallium/docs/source/
glossary.rst 8 Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes
  /prebuilts/tools/gcc-sdk/
addr2line 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
ar 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
as 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
c++ 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
c++filt 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
cpp 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
elfedit 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
g++ 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
gcc 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
gcov 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
gprof 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
ld 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
nm 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
objcopy 27 # Note that "uname -m" only show host CPU is capable of. Use the following technique

Completed in 586 milliseconds

1 23 4 5 6 7 8 91011>>