diff options
author | Tim Murray <timmurray@google.com> | 2013-04-05 22:06:43 +0000 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2013-04-05 15:17:54 -0700 |
commit | a90842283e322b1210e2bea5850b05177e3d87af (patch) | |
tree | 1b814376dc63adeee70854711a94a29a51f3eb00 /graphics/java/android/renderscript/ProgramStore.java | |
parent | b2cb8e41f93e8a26241e3de20e862ffa66dedaa4 (diff) | |
download | frameworks_base-a90842283e322b1210e2bea5850b05177e3d87af.zip frameworks_base-a90842283e322b1210e2bea5850b05177e3d87af.tar.gz frameworks_base-a90842283e322b1210e2bea5850b05177e3d87af.tar.bz2 |
Remove all public mention of RS graphics from docs.
Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
Diffstat (limited to 'graphics/java/android/renderscript/ProgramStore.java')
-rw-r--r-- | graphics/java/android/renderscript/ProgramStore.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/java/android/renderscript/ProgramStore.java b/graphics/java/android/renderscript/ProgramStore.java index d0fd6e5..dac9e76 100644 --- a/graphics/java/android/renderscript/ProgramStore.java +++ b/graphics/java/android/renderscript/ProgramStore.java @@ -21,6 +21,7 @@ import android.util.Log; /** + * @hide * <p>ProgramStore contains a set of parameters that control how * the graphics hardware handles writes to the framebuffer. * It could be used to:</p> |