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

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureBase.java30 public abstract class TextureBase extends SceneGraphBase { class in inherits:SceneGraphBase
32 class SingleImageLoaderTask extends AsyncTask<TextureBase, Void, Boolean> {
33 protected Boolean doInBackground(TextureBase... objects) {
34 TextureBase tex = objects[0];
44 TextureBase(int type) { method in class:TextureBase

Completed in 45 milliseconds