HomeSort by relevance Sort by last modified time
    Searched refs:utp (Results 1 - 8 of 8) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DistanceLodCalculator.java 72 UpdatedTerrainPatch utp = updates.get(terrainPatch.getName()); local
73 if (utp == null) {
74 utp = new UpdatedTerrainPatch(terrainPatch, 0);
75 updates.put(utp.getName(), utp); local
77 utp.setNewLod(0);
78 utp.setPreviousLod(prevLOD);
79 utp.setReIndexNeeded(true);
94 UpdatedTerrainPatch utp = updates.get(terrainPatch.getName()); local
95 if (utp == null)
97 updates.put(utp.getName(), utp); local
    [all...]
PerspectiveLodCalculator.java 111 UpdatedTerrainPatch utp = updates.get(patch.getName()); local
112 if (utp == null) {
113 utp = new UpdatedTerrainPatch(patch, i);//save in here, do not update actual variables
114 updates.put(utp.getName(), utp); local
116 utp.setPreviousLod(prevLOD);
117 utp.setReIndexNeeded(reIndexNeeded);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 232 UpdatedTerrainPatch utp = updated.get(getName()); local
234 if (utp != null && (utp.isReIndexNeeded() || utp.isFixEdges()) ) {
235 int pow = (int) Math.pow(2, utp.getNewLod());
236 boolean left = utp.getLeftLod() > utp.getNewLod();
237 boolean top = utp.getTopLod() > utp.getNewLod();
238 boolean right = utp.getRightLod() > utp.getNewLod();
    [all...]
TerrainQuad.java 478 for (UpdatedTerrainPatch utp : updatedPatches.values()) {
479 utp.updateAll();
532 UpdatedTerrainPatch utp = updated.get(patch.getName());
533 if (utp == null) {
534 utp = new UpdatedTerrainPatch(patch, patch.lod);
535 updated.put(utp.getName(), utp);
545 utp.setRightLod(utpR.getNewLod());
546 utpR.setLeftLod(utp.getNewLod());
555 utp.setBottomLod(utpD.getNewLod());
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 875 UText *utp; local
880 utp = utext_openUnicodeString(&ut, &s1, &status);
882 TEST_ASSERT(utp == &ut);
884 utp = utext_openConstUnicodeString(&ut, &s1, &status);
886 TEST_ASSERT(utp == &ut);
888 utp = utext_openUTF8(&ut, s3, -1, &status);
890 TEST_ASSERT(utp == &ut);
892 utp = utext_openUChars(&ut, s2, -1, &status);
894 TEST_ASSERT(utp == &ut);
896 utp = utext_close(&ut)
    [all...]
  /external/grub/netboot/
3c509.c 36 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator in enum:__anon8189
131 /* configure UTP */
132 else if (connector == utp) {
564 connector = utp;
  /external/kernel-headers/original/linux/
compat.h 227 asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
  /external/ppp/pppd/
sys-linux.c 2148 struct utmp ut, *utp; local
    [all...]

Completed in 334 milliseconds