Searched refs:TextureBase (Results 1 – 8 of 8) sorted by relevance
30 public abstract class TextureBase extends SceneGraphBase { class32 class SingleImageLoaderTask extends AsyncTask<TextureBase, Void, Boolean> {33 protected Boolean doInBackground(TextureBase... objects) { in doInBackground()34 TextureBase tex = objects[0]; in doInBackground()44 TextureBase(int type) { in TextureBase() method in TextureBase
37 TextureBase mTexture;43 public TextureParam(String name, TextureBase t) { in TextureParam()48 public void setTexture(TextureBase t) { in setTexture()52 public TextureBase getTexture() { in getTexture()
22 import com.android.scenegraph.TextureBase;31 public class TextureCube extends TextureBase {
30 public class TextureRenderTarget extends TextureBase {
30 public class Texture2D extends TextureBase {
22 import com.android.scenegraph.TextureBase;
143 TextureBase tex = p.getTexture(); in updateTextures()
30 import com.android.scenegraph.TextureBase;