Home
last modified time | relevance | path

Searched refs:Texture2D (Results 1 – 25 of 99) sorted by relevance

1234

/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
DTerrainLighting.j3md28 Texture2D DiffuseMap
30 Texture2D NormalMap
33 Texture2D DiffuseMap_1
35 Texture2D NormalMap_1
38 Texture2D DiffuseMap_2
40 Texture2D NormalMap_2
43 Texture2D DiffuseMap_3
45 Texture2D NormalMap_3
48 Texture2D DiffuseMap_4
50 Texture2D NormalMap_4
[all …]
DTerrain.j3md8 Texture2D Alpha
9 Texture2D Tex1
10 Texture2D Tex2
11 Texture2D Tex3
DHeightBasedTerrain.j3md14 Texture2D region1ColorMap
15 Texture2D region2ColorMap
16 Texture2D region3ColorMap
17 Texture2D region4ColorMap
18 Texture2D slopeColorMap
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DTexture2D.java44 public class Texture2D extends Texture { class
52 public Texture2D(){ in Texture2D() method in Texture2D
60 public Texture2D(Image img){ in Texture2D() method in Texture2D
79 public Texture2D(int width, int height, Image.Format format){ in Texture2D() method in Texture2D
94 public Texture2D(int width, int height, int numSamples, Image.Format format){ in Texture2D() method in Texture2D
101 Texture2D clone = new Texture2D(); in createSimpleClone()
186 if (!(other instanceof Texture2D)) { in equals()
189 Texture2D that = (Texture2D) other; in equals()
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
DWater.j3md6 Texture2D FoamMap
7 Texture2D CausticsMap
8 Texture2D NormalMap
9 Texture2D ReflectionMap
10 Texture2D HeightMap
11 Texture2D Texture
12 Texture2D DepthTexture
DSimpleWater.j3md4 Texture2D water_reflection
5 Texture2D water_refraction
6 Texture2D water_depthmap
7 Texture2D water_normalmap
8 Texture2D water_dudvmap
/external/jmonkeyengine/engine/src/core/com/jme3/post/
DFilter.java44 import com.jme3.texture.Texture2D;
84 protected Texture2D renderedTexture;
85 protected Texture2D depthTexture;
101 renderedTexture = new Texture2D(width, height, numSamples, textureFormat); in init()
104 depthTexture = new Texture2D(width, height, numSamples, depthBufferFormat); in init()
109 renderedTexture = new Texture2D(width, height, textureFormat); in init()
112 depthTexture = new Texture2D(width, height, depthBufferFormat); in init()
172 public Texture2D getDepthTexture() { in getDepthTexture()
176 public Texture2D getRenderedTexture() { in getRenderedTexture()
180 public void setRenderedTexture(Texture2D renderedTexture) { in setRenderedTexture()
[all …]
DHDRRenderer.java46 import com.jme3.texture.Texture2D;
67 private Texture2D mainScene;
69 private Texture2D scene64;
71 private Texture2D scene8;
73 private Texture2D scene1[] = new Texture2D[2];
261 mainScene = new Texture2D(w, h, bufFormat); in reshape()
302 scene64 = new Texture2D(64, 64, lumFmt); in initialize()
308 scene8 = new Texture2D(8, 8, lumFmt); in initialize()
314 scene1[0] = new Texture2D(1, 1, lumFmt); in initialize()
318 scene1[1] = new Texture2D(1, 1, lumFmt); in initialize()
DFilterPostProcessor.java41 import com.jme3.texture.Texture2D;
62 private Texture2D filterTexture;
63 private Texture2D depthTexture;
153 depthTexture = new Texture2D(width, height, Format.Depth24); in initFilter()
220 Texture2D tex = filterTexture; in renderFilterChain()
403 Texture2D msColor = new Texture2D(width, height, numSamples, Format.RGBA8); in reshape()
404 Texture2D msDepth = new Texture2D(width, height, numSamples, Format.Depth); in reshape()
418 filterTexture = new Texture2D(width, height, Format.RGBA8); in reshape()
493 public Texture2D getDepthTexture() { in getDepthTexture()
502 public Texture2D getFilterTexture() { in getFilterTexture()
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderImageJme.java39 import com.jme3.texture.Texture2D;
44 private Texture2D texture;
56 texture = (Texture2D) display.getAssetManager().loadTexture(key); in RenderImageJme()
65 public RenderImageJme(Texture2D texture){ in RenderImageJme()
75 public Texture2D getTexture(){ in getTexture()
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
DDeferred.j3md21 Texture2D DiffuseData
22 Texture2D SpecularData
23 Texture2D NormalData
24 Texture2D DepthData
31 Texture2D ColorRamp
DLighting.j3md53 Texture2D DiffuseMap
56 Texture2D NormalMap
59 Texture2D SpecularMap
62 Texture2D ParallaxMap
74 Texture2D AlphaMap
77 Texture2D ColorRamp
80 Texture2D GlowMap
83 Texture2D LightMap
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/SSAO/
Dssao.j3md6 Texture2D Texture
7 Texture2D RandomMap
8 Texture2D Normals
9 Texture2D DepthTexture
DssaoBlur.j3md6 Texture2D Texture
7 Texture2D SSAOMap
8 Texture2D DepthTexture
/external/jmonkeyengine/engine/src/test/jme3test/niftygui/
DTestNiftyToMesh.java47 import com.jme3.texture.Texture2D;
70 Texture2D depthTex = new Texture2D(1024, 768, Format.Depth); in simpleInitApp()
74 Texture2D tex = new Texture2D(1024, 768, Format.RGBA8); in simpleInitApp()
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
DPostShadowPSSM.j3md7 Texture2D ShadowMap0
8 Texture2D ShadowMap1
9 Texture2D ShadowMap2
10 Texture2D ShadowMap3
/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.cpp295 Texture2D::Texture2D(rx::Renderer *renderer, GLuint id) : Texture(renderer, id) in Texture2D() function in gl::Texture2D
308 Texture2D::~Texture2D() in ~Texture2D()
330 void Texture2D::addProxyRef(const Renderbuffer *proxy) in addProxyRef()
335 void Texture2D::releaseProxy(const Renderbuffer *proxy) in releaseProxy()
344 GLenum Texture2D::getTarget() const in getTarget()
349 GLsizei Texture2D::getWidth(GLint level) const in getWidth()
357 GLsizei Texture2D::getHeight(GLint level) const in getHeight()
365 GLenum Texture2D::getInternalFormat(GLint level) const in getInternalFormat()
373 GLenum Texture2D::getActualFormat(GLint level) const in getActualFormat()
381 void Texture2D::redefineImage(GLint level, GLint internalformat, GLsizei width, GLsizei height) in redefineImage()
[all …]
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/
DToneMap.j3md3 Texture2D Texture
4 Texture2D Lum
5 Texture2D Lum2
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DSimpleWaterProcessor.java49 import com.jme3.texture.Texture2D;
100 protected Texture2D reflectionTexture;
101 protected Texture2D refractionTexture;
102 protected Texture2D depthTexture;
103 protected Texture2D normalTexture;
104 protected Texture2D dudvTexture;
264 …normalTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/water_normalmap.dds… in loadTextures()
265 dudvTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/dudv_map.jpg"); in loadTextures()
271 reflectionTexture = new Texture2D(renderWidth, renderHeight, Format.RGBA8); in createTextures()
272 refractionTexture = new Texture2D(renderWidth, renderHeight, Format.RGBA8); in createTextures()
[all …]
DWaterFilter.java52 import com.jme3.texture.Texture2D;
69 private Texture2D normalTexture;
70 private Texture2D foamTexture;
71 private Texture2D causticsTexture;
72 private Texture2D heightTexture;
249 …normalTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/water_normalmap.dds… in initFilter()
251 foamTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/foam.jpg"); in initFilter()
254 … causticsTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/caustics.jpg"); in initFilter()
256 … heightTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/heightmap.jpg"); in initFilter()
694 public void setFoamTexture(Texture2D foamTexture) { in setFoamTexture()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/ui/
DPicture.java44 import com.jme3.texture.Texture2D;
137 Texture2D tex = (Texture2D) assetManager.loadTexture(key); in setImage()
150 public void setTexture(AssetManager assetManager, Texture2D tex, boolean useAlpha){ in setTexture()
/external/chromium_org/third_party/angle/src/libEGL/
DSurface.h21 class Texture2D; variable
64 virtual void setBoundTexture(gl::Texture2D *texture);
65 virtual gl::Texture2D *getBoundTexture() const;
104 gl::Texture2D *mTexture;
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestMultiRenderTarget.java47 import com.jme3.texture.Texture2D;
53 private Texture2D diffuseData, normalData, specularData, depthData;
124 diffuseData = new Texture2D(w, h, Format.RGBA8); in reshape()
125 normalData = new Texture2D(w, h, Format.RGBA8); in reshape()
126 specularData = new Texture2D(w, h, Format.RGBA8); in reshape()
127 depthData = new Texture2D(w, h, Format.Depth); in reshape()
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
DCartoonEdge.j3md6 Texture2D Texture
7 Texture2D NormalsTexture
8 Texture2D DepthTexture
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
DUnshaded.j3md4 Texture2D ColorMap
5 Texture2D LightMap
11 Texture2D GlowMap

1234