HomeSort by relevance Sort by last modified time
    Searched refs:Texture3D (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture3D.java 43 public class Texture3D extends Texture {
52 public Texture3D() {
60 public Texture3D(Image img) {
80 public Texture3D(int width, int height, int depth, Image.Format format) {
95 public Texture3D(int width, int height, int depth, int numSamples, Image.Format format) {
102 Texture3D clone = new Texture3D();
191 if (!(other instanceof Texture3D)) {
194 Texture3D that = (Texture3D) other
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 57 Texture3D(false,true),
  /external/deqp/framework/opengl/
gluTexture.hpp 208 class Texture3D
211 Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int depth);
212 Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int depth);
213 Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
214 ~Texture3D (void);
218 tcu::Texture3D& getRefTexture (void) { return m_refTexture; }
219 const tcu::Texture3D& getRefTexture (void) const { return m_refTexture; }
223 Texture3D (const Texture3D& other); // Not allowed!
224 Texture3D& operator= (const Texture3D& other); // Not allowed
    [all...]
gluTexture.cpp 609 // Texture3D
611 Texture3D::Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int depth)
624 Texture3D::Texture3D (const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth)
637 Texture3D::Texture3D (const RenderContext& context,
667 Texture3D::~Texture3D (void)
673 void Texture3D::upload (void
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 45 class Texture3D;
91 TextureBinding (const glu::Texture3D* tex3D, const tcu::Sampler& sampler);
98 void setTexture (const glu::Texture3D* tex3D);
105 const glu::Texture3D* get3D (void) const { DE_ASSERT(getType() == TYPE_3D); return m_binding.tex3D; }
115 const glu::Texture3D* tex3D;
137 const tcu::Texture3D* tex3D;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorNoise.java 40 import com.jme3.texture.Texture3D;
104 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorClouds.java 40 import com.jme3.texture.Texture3D;
129 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorDistnoise.java 41 import com.jme3.texture.Texture3D;
106 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorMarble.java 39 import com.jme3.texture.Texture3D;
103 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorMusgrave.java 40 import com.jme3.texture.Texture3D;
113 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorStucci.java 39 import com.jme3.texture.Texture3D;
123 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorBlend.java 40 import com.jme3.texture.Texture3D;
162 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorMagic.java 40 import com.jme3.texture.Texture3D;
185 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
TextureGeneratorVoronoi.java 41 import com.jme3.texture.Texture3D;
159 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureGeneratorWood.java 39 import com.jme3.texture.Texture3D;
119 return new Texture3D(new Image(format, width, height, depth, dataArray));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 16 import com.jme3.texture.Texture3D;
93 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureBlenderAWT.java 12 import com.jme3.texture.Texture3D;
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
TextureBlenderLuminance.java 13 import com.jme3.texture.Texture3D;
62 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3D.java 21 import com.jme3.texture.Texture3D;
101 return new Texture3D(new Image(Format.RGB8, 10, 10, 10, data));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.idl 87 D3D10_TEX3D_SRV Texture3D;
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
TextureKey.java 102 tex = new Texture3D();
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 42 class Texture3D;
214 const rc::Texture3D* tex3D;
  /external/deqp/framework/common/
tcuTexture.hpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java 148 case Texture3D:
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10_1.idl 110 D3D10_TEX3D_SRV Texture3D;

Completed in 182 milliseconds

1 2 3