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

  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestSkyLoadingLagoon.java 50 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg"); local
59 Texture east = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_x.png");
66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
TestSkyLoadingPrimitives.java 50 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
58 Texture east = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_x.png"); local
64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestSkyLoading.java 49 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg"); local
55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SkyFactory.java 142 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale) {
143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10);
146 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale, int sphereRadius) {
154 Image eastImg = east.getImage();
199 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) {
200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ);
  /frameworks/native/services/sensorservice/
Fusion.cpp 262 vec3_t east(cross_product(mData[1], up));
263 east *= 1/length(east);
264 vec3_t north(cross_product(up, east));
265 R << east << north << up;
313 const vec3_t east( cross_product(m, up) );
319 if (length_squared(east) < MIN_VALID_CROSS_PRODUCT_MAG_SQ) {
325 vec3_t north( cross_product(up, east) );
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 206 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg"); local
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 258 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg"); local
264 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 842 bool east = m_panScrollStartPos.x() < (m_currentMousePosition.x() - ScrollView::noPanScrollRadius);
847 if ((east || west || north || south) && m_panScrollButtonPressed)
851 if (east)
858 if (east)
864 } else if (east)
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 130 milliseconds