Searched defs:setWrap (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTextureArray.java64 rVal.setWrap(WrapAxis.S, wrapS);
65 rVal.setWrap(WrapAxis.T, wrapT);
87 public void setWrap(WrapAxis axis, WrapMode mode) { method in class:TextureArray
106 public void setWrap(WrapMode mode) { method in class:TextureArray
H A DTexture2D.java108 rVal.setWrap(WrapAxis.S, wrapS);
109 rVal.setWrap(WrapAxis.T, wrapT);
114 * <code>setWrap</code> sets the wrap mode of this texture for a
124 public void setWrap(WrapAxis axis, WrapMode mode) { method in class:Texture2D
143 * <code>setWrap</code> sets the wrap mode of this texture for all axis.
150 public void setWrap(WrapMode mode) { method in class:Texture2D
H A DTexture3D.java109 rVal.setWrap(WrapAxis.S, wrapS);
110 rVal.setWrap(WrapAxis.T, wrapT);
111 rVal.setWrap(WrapAxis.R, wrapR);
116 * <code>setWrap</code> sets the wrap mode of this texture for a
126 public void setWrap(WrapAxis axis, WrapMode mode) { method in class:Texture3D
146 * <code>setWrap</code> sets the wrap mode of this texture for all axis.
153 public void setWrap(WrapMode mode) { method in class:Texture3D
H A DTextureCubeMap.java85 rVal.setWrap(WrapAxis.S, wrapS);
86 rVal.setWrap(WrapAxis.T, wrapT);
87 rVal.setWrap(WrapAxis.R, wrapR);
92 * <code>setWrap</code> sets the wrap mode of this texture for a
102 public void setWrap(WrapAxis axis, WrapMode mode) { method in class:TextureCubeMap
122 * <code>setWrap</code> sets the wrap mode of this texture for all axis.
129 public void setWrap(WrapMode mode) { method in class:TextureCubeMap
H A DTexture.java420 * <code>setWrap</code> sets the wrap mode of this texture for a
430 public abstract void setWrap(WrapAxis axis, WrapMode mode); method in class:Texture
433 * <code>setWrap</code> sets the wrap mode of this texture for all axis.
440 public abstract void setWrap(WrapMode mode); method in class:Texture
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp460 void setWrap (deUint32 s, deUint32 t) const;
597 void Texture::setWrap (const deUint32 s, const deUint32 t) const function in class:deqp::gls::LongStressCaseInternal::Texture
1322 texture.setWrap(spec.sWrap, spec.tWrap);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 381 milliseconds