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

  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentSSAO.java 53 DirectionalLight dl1 = new DirectionalLight(); local
54 dl1.setDirection(new Vector3f(1, -1, 1).normalizeLocal());
55 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f));
56 rootNode.addLight(dl1);
TestTransparentCartoonEdge.java 56 DirectionalLight dl1 = new DirectionalLight(); local
57 dl1.setDirection(new Vector3f(1, -1, 1).normalizeLocal());
58 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f));
59 rootNode.addLight(dl1);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTransparentShadow.java 96 DirectionalLight dl1 = new DirectionalLight(); local
97 dl1.setDirection(new Vector3f(1, -1, 1).normalizeLocal());
98 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f));
99 rootNode.addLight(dl1);
  /external/valgrind/main/none/tests/s390x/
opcodes.h 26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \
28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
64 #define SIY_URD(op1,i2,b1,dl1,dh1,op2) \
66 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
102 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a)
112 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e)
117 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 1340 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1352 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2); local
    [all...]
guest_s390_toIR.c 2085 UChar i2, UChar b1, UShort dl1, UChar dh1) variable
2098 s390_disasm(ENC3(MNM, SDXB, UINT), mnm, dh1, dl1, 0, b1, i2); variable
2103 UChar i2, UChar b1, UShort dl1, UChar dh1) variable
2116 s390_disasm(ENC3(MNM, SDXB, INT), mnm, dh1, dl1, 0, b1, (Int)(Char)i2); variable
12970 unsigned int dl1 : 12; member in struct:__anon16001::__anon16015
    [all...]

Completed in 89 milliseconds