Searched defs:ADDITIONAL (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DCredibility.java24 public static final int ADDITIONAL = 1; field in class:Credibility
H A DSection.java23 public static final int ADDITIONAL = 3; field in class:Section
47 sections.add(ADDITIONAL, "ad");
52 longSections[ADDITIONAL] = "ADDITIONAL RECORDS";
57 updateSections[ADDITIONAL] = "ADDITIONAL RECORDS";
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java70 * The <code>ADDITIONAL</code> render state is identical to the
72 * values are set to false. This allows the <code>ADDITIONAL</code> render
76 public static final RenderState ADDITIONAL = new RenderState(); field in class:RenderState
269 ADDITIONAL.applyPointSprite = false;
270 ADDITIONAL.applyWireFrame = false;
271 ADDITIONAL.applyCullMode = false;
272 ADDITIONAL.applyDepthWrite = false;
273 ADDITIONAL.applyDepthTest = false;
274 ADDITIONAL.applyColorWrite = false;
275 ADDITIONAL
[all...]

Completed in 92 milliseconds