HomeSort by relevance Sort by last modified time
    Searched refs:getWrap (Results 1 - 12 of 12) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture3D.java 163 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
172 public WrapMode getWrap(WrapAxis axis) {
195 if (this.getWrap(WrapAxis.S) != that.getWrap(WrapAxis.S)) {
198 if (this.getWrap(WrapAxis.T) != that.getWrap(WrapAxis.T)) {
201 if (this.getWrap(WrapAxis.R) != that.getWrap(WrapAxis.R)) {
TextureCubeMap.java 139 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
148 public WrapMode getWrap(WrapAxis axis) {
171 if (this.getWrap(WrapAxis.S) != that.getWrap(WrapAxis.S))
173 if (this.getWrap(WrapAxis.T) != that.getWrap(WrapAxis.T))
175 if (this.getWrap(WrapAxis.R) != that.getWrap(WrapAxis.R))
Texture2D.java 159 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
168 public WrapMode getWrap(WrapAxis axis) {
190 if (this.getWrap(WrapAxis.S) != that.getWrap(WrapAxis.S))
192 if (this.getWrap(WrapAxis.T) != that.getWrap(WrapAxis.T))
TextureArray.java 75 public WrapMode getWrap(WrapAxis axis) {
Texture.java 443 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
452 public abstract WrapMode getWrap(WrapAxis axis);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParam.java 269 if (texVal.getWrap(Texture.WrapAxis.S) == WrapMode.Repeat) {
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 695 // glTexParameteri(target, GL_TEXTURE_WRAP_R, convertWrapMode(tex.getWrap(WrapAxis.R)));
697 glTexParameteri(target, GL_TEXTURE_WRAP_T, convertWrapMode(tex.getWrap(WrapAxis.T)));
700 glTexParameteri(target, GL_TEXTURE_WRAP_S, convertWrapMode(tex.getWrap(WrapAxis.S)));
    [all...]
LwjglRenderer.java     [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 216 public boolean getWrap() {
472 boolean wrap = mPaletteMode.getWrap();
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 238 milliseconds