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

  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 35 Texture tex2 = assetManager.loadTexture("Textures/Terrain/Rock2/rock.jpg"); local
38 images.add(tex2.getImage());
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsTestHelper.java 186 Texture tex2 = app.getAssetManager().loadTexture(key2);
187 mat2.setTexture("ColorMap", tex2);
TestBrickTower.java 203 Texture tex2 = assetManager.loadTexture(key2); local
204 mat2.setTexture("ColorMap", tex2);
TestBrickWall.java 176 Texture tex2 = assetManager.loadTexture(key2); local
177 mat2.setTexture("ColorMap", tex2);
TestBoneRagdoll.java 241 Texture tex2 = assetManager.loadTexture(key2); local
242 matBullet.setTexture("ColorMap", tex2);
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloPhysics.java 144 Texture tex2 = assetManager.loadTexture(key2); local
145 stone_mat.setTexture("ColorMap", tex2);
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java 217 Texture tex2 = assetManager.loadTexture(key2); local
218 mat2.setTexture("ColorMap", tex2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]

Completed in 276 milliseconds