/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderFactory.java | 27 case Luminance8:
|
TextureBlenderLuminance.java | 19 * <li> Luminance8
82 case Luminance8:
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorNoise.java | 67 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorClouds.java | 82 Format format = sType == TEX_COLOR || colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorDistnoise.java | 73 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorMarble.java | 70 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorMusgrave.java | 69 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorStucci.java | 78 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorBlend.java | 125 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorVoronoi.java | 79 Format format = voronoiColorType != 0 || colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TextureGeneratorWood.java | 82 Format format = colorBand != null ? Format.RGBA8 : Format.Luminance8;
|
TexturePixel.java | 140 case Luminance8:
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
TextureUtil.java | 23 case Luminance8: 155 case Luminance8:
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ImageBasedHeightMap.java | 162 case Luminance8:
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
TextureUtil.java | 131 case Luminance8: 284 case Luminance8:
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/ |
AWTLoader.java | 131 return new Image(Format.Luminance8, width, height, data3);
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/ |
ImageToAwt.java | 154 params.put(Format.Luminance8, new DecodeParams(1, mxxxx, sxxxx, mxxxx, sxxxx, false)); 163 params.put(Format.Luminance8, new DecodeParams(1, mxxxx, sxxxx, mxxxx, sxxxx, false));
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Image.java | 70 Luminance8(8),
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 346 pixelFormat = Format.Luminance8;
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TextureAtlas.java | 312 } else if (source.getFormat() == Format.Luminance8) {
|