summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-01-13 16:27:23 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-13 16:27:23 -0800
commit49dc58bf1cb6ed971899cd8a9d43174723b14dcf (patch)
treeb98e5ed50587f040b92bc8f574870fe678489084 /graphics/java/android/renderscript/ProgramVertexFixedFunction.java
parente77e9da84946a2833ef8b0d1d476d6325768a244 (diff)
parentf5c876e82d7cc647ba94d29eb914e64b7977c303 (diff)
Merge "Docs plus removing some junk per API review." into honeycomb
Diffstat (limited to 'graphics/java/android/renderscript/ProgramVertexFixedFunction.java')
-rw-r--r--graphics/java/android/renderscript/ProgramVertexFixedFunction.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/renderscript/ProgramVertexFixedFunction.java b/graphics/java/android/renderscript/ProgramVertexFixedFunction.java
index b9537c7bcae8..666c7ec27f9c 100644
--- a/graphics/java/android/renderscript/ProgramVertexFixedFunction.java
+++ b/graphics/java/android/renderscript/ProgramVertexFixedFunction.java
@@ -105,7 +105,7 @@ public class ProgramVertexFixedFunction extends ProgramVertex {
/**
* Creates a builder for fixed function vertex program
*
- * @param rs
+ * @param rs Context to which the program will belong.
*/
public Builder(RenderScript rs) {
mRS = rs;
@@ -196,9 +196,9 @@ public class ProgramVertexFixedFunction extends ProgramVertex {
private FieldPacker mIOBuffer;
/**
- * Creates buffer to store fixed function emulation matrices
+ * Creates a buffer to store fixed function emulation matrices
*
- * @param rs
+ * @param rs Context to which the allocation will belong.
**/
public Constants(RenderScript rs) {
Type constInputType = ProgramVertexFixedFunction.Builder.getConstantInputType(rs);