HomeSort by relevance Sort by last modified time
    Searched refs:setTexture (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestWalkingChar.java 225 mat.setTexture("Texture", assetManager.loadTexture("Effects/Explosion/flame.png"));
247 matRock.setTexture("AlphaMap", assetManager.loadTexture("Textures/Terrain/splat/alphamap.png"));
251 matRock.setTexture("DiffuseMap", grass);
255 matRock.setTexture("DiffuseMap_1", dirt);
259 matRock.setTexture("DiffuseMap_2", rock);
267 matRock.setTexture("NormalMap", normalMap0);
268 matRock.setTexture("NormalMap_1", normalMap2);
269 matRock.setTexture("NormalMap_2", normalMap2);
TestBrickTower.java 198 mat.setTexture("ColorMap", tex);
204 mat2.setTexture("ColorMap", tex2);
211 mat3.setTexture("ColorMap", tex3);
TestBrickWall.java 171 mat.setTexture("ColorMap", tex);
177 mat2.setTexture("ColorMap", tex2);
184 mat3.setTexture("ColorMap", tex3);
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestSoftParticles.java 52 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
71 material.setTexture("Texture", assetManager.loadTexture("Effects/Explosion/flame.png"));
TestParticleExportingCloning.java 63 mat.setTexture("Texture", assetManager.loadTexture("Effects/Smoke/Smoke.png"));
TestPointSprite.java 72 mat.setTexture("Texture", assetManager.loadTexture("Effects/Smoke/Smoke.png"));
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGenBadModels.java 44 mat.setTexture("NormalMap", assetManager.loadTexture("Models/TangentBugs/test_normal.png"));
67 // mat.setTexture("DiffuseMap", null);
117 mat.setTexture("NormalMap", assetManager.loadTexture("Models/TangentBugs/test_normal.png"));
TestEnvironmentMapping.java 39 m.setTexture("EnvMap", tex);
  /external/replicaisland/src/com/replica/replicaisland/
FadeDrawableComponent.java 120 bitmap.setTexture(mTexture);
149 public void setTexture(Texture texture) {
  /external/skia/src/gpu/gl/debug/
GrDebugGL.cpp 141 void GrDebugGL::setTexture(GrTextureObj *texture) {
142 fTextureUnits[fCurTextureUnit]->setTexture(texture);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramVertexFixedFunctionTest.java 56 pva.setTexture(new Matrix4f());
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestMovingParticle.java 71 mat.setTexture("Texture", assetManager.loadTexture("Effects/Smoke/Smoke.png"));
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParamTexture.java 46 r.setTexture(getUnit(), getTextureValue());
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 238 public void setTexture(int unit, Texture tex);
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestAppStateLifeCycle.java 63 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestSafeCanvas.java 65 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAssets.java 66 mat_brick.setTexture("ColorMap", assetManager.loadTexture("Textures/Terrain/BrickWall/BrickWall.jpg"));
HelloPhysics.java 139 wall_mat.setTexture("ColorMap", tex);
145 stone_mat.setTexture("ColorMap", tex2);
152 floor_mat.setTexture("ColorMap", tex3);
  /external/jmonkeyengine/engine/src/test/jme3test/niftygui/
TestNiftyToMesh.java 85 mat.setTexture("ColorMap", tex);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestFBOPassthrough.java 89 p.setTexture(assetManager, fbTex, false);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 103 matTerrain.setTexture("AlphaMap", assetManager.loadTexture("Textures/Terrain/splat/alpha1.png"));
104 matTerrain.setTexture("AlphaMap_1", assetManager.loadTexture("Textures/Terrain/splat/alpha2.png"));
112 //matTerrain.setTexture("DiffuseMap_1", grass);
118 matTerrain.setTexture("DiffuseMap", dirt);
124 //matTerrain.setTexture("DiffuseMap_2", rock);
130 //matTerrain.setTexture("DiffuseMap_3", brick);
136 //matTerrain.setTexture("DiffuseMap_4", riverRock);
146 matTerrain.setTexture("NormalMap", normalMap0);
147 //matTerrain.setTexture("NormalMap_1", normalMap2);
148 //matTerrain.setTexture("NormalMap_2", normalMap2)
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 146 ssaoMat.setTexture("Normals", normalPass.getRenderedTexture());
149 ssaoMat.setTexture("RandomMap", random);
164 material.setTexture("SSAOMap", ssaoPass.getRenderedTexture());
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 161 mat.setTexture("Texture", scene64);
162 // mat.setTexture("Texture", tex);
197 mat.setTexture("Texture", tex);
239 tone.setTexture("Lum", scene1[oppSrc]);
240 tone.setTexture("Lum2", scene1[curSrc]);
271 tone.setTexture("Texture", mainScene);
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 360 mat.setTexture("DiffuseMap", textures[0]);
391 mat.setTexture("LightMap", textures[0]);
394 mat.setTexture("ColorMap", textures[0]);
397 mat.setTexture("ColorMap", textures[0]);
398 mat.setTexture("LightMap", textures[1]);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 264 material.setTexture("HeightMap", heightTexture);
265 material.setTexture("CausticsMap", causticsTexture);
266 material.setTexture("FoamMap", foamTexture);
267 material.setTexture("NormalMap", normalTexture);
268 material.setTexture("ReflectionMap", reflectionPass.getRenderedTexture());
698 material.setTexture("FoamMap", foamTexture);
865 material.setTexture("causticsMap", causticsTexture);
    [all...]

Completed in 252 milliseconds

1 23 4 5 6 7