OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSimpleClone
(Results
1 - 6
of
6
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
TextureArray.java
56
public Texture
createSimpleClone
() {
58
createSimpleClone
(clone);
63
public Texture
createSimpleClone
(Texture rVal) {
66
return super.
createSimpleClone
(rVal);
Texture2D.java
100
public Texture
createSimpleClone
() {
102
createSimpleClone
(clone);
107
public Texture
createSimpleClone
(Texture rVal) {
110
return super.
createSimpleClone
(rVal);
Texture3D.java
101
public Texture
createSimpleClone
() {
103
createSimpleClone
(clone);
108
public Texture
createSimpleClone
(Texture rVal) {
112
return super.
createSimpleClone
(rVal);
TextureCubeMap.java
79
public Texture
createSimpleClone
() {
80
return
createSimpleClone
(new TextureCubeMap());
84
public Texture
createSimpleClone
(Texture rVal) {
88
return super.
createSimpleClone
(rVal);
Texture.java
536
// public abstract Texture
createSimpleClone
();
544
public Texture
createSimpleClone
(Texture rVal) {
561
public abstract Texture
createSimpleClone
();
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
TextureKey.java
82
return tex.
createSimpleClone
();
Completed in 291 milliseconds