summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/ProgramStore.java
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-02-09 13:57:06 -0800
committerRobert Ly <robertly@google.com>2011-02-09 16:24:12 -0800
commit11518acc8c416023d8c2192b441a1767205676d9 (patch)
tree569e1021ca720dc13aaf513013cb1e8c2c002ddd /graphics/java/android/renderscript/ProgramStore.java
parent3f41d8f5ee1a8d5366d79ee03d97fac8403c676a (diff)
downloadframeworks_base-11518acc8c416023d8c2192b441a1767205676d9.zip
frameworks_base-11518acc8c416023d8c2192b441a1767205676d9.tar.gz
frameworks_base-11518acc8c416023d8c2192b441a1767205676d9.tar.bz2
clean up and add javadocs
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
Diffstat (limited to 'graphics/java/android/renderscript/ProgramStore.java')
-rw-r--r--graphics/java/android/renderscript/ProgramStore.java19
1 files changed, 10 insertions, 9 deletions
diff --git a/graphics/java/android/renderscript/ProgramStore.java b/graphics/java/android/renderscript/ProgramStore.java
index 9128f9b..c46e6b9 100644
--- a/graphics/java/android/renderscript/ProgramStore.java
+++ b/graphics/java/android/renderscript/ProgramStore.java
@@ -22,16 +22,17 @@ import android.util.Log;
/**
- * ProgarmStore contains a set of parameters that control how
+ * <p>ProgramStore contains a set of parameters that control how
* the graphics hardware handles writes to the framebuffer.
- *
- * It could be used to:
- * - enable/diable depth testing
- * - specify wheather depth writes are performed
- * - setup various blending modes for use in effects like
- * transparency
- * - define write masks for color components written into the
- * framebuffer
+ * It could be used to:</p>
+ * <ul>
+ * <li>enable/disable depth testing</li>
+ * <li>specify wheather depth writes are performed</li>
+ * <li>setup various blending modes for use in effects like
+ * transparency</li>
+ * <li>define write masks for color components written into the
+ * framebuffer</li>
+ * </ul>
*
**/
public class ProgramStore extends BaseObj {