summaryrefslogtreecommitdiff
path: root/rsProgramRaster.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-07-09 15:34:32 -0700
committerJason Sams <rjsams@android.com>2010-07-09 15:34:32 -0700
commit479e2924807e1fff79de2e0bee2a67939d8659ee (patch)
tree33ab2f88d3b59f0acc8446c376cc137ae7e2cf5b /rsProgramRaster.h
parentc4cdf4586a0210a0e4b7b9bf38e8973b31d17ea1 (diff)
downloadrs-479e2924807e1fff79de2e0bee2a67939d8659ee.tar.gz
Remove points from fixed function.
Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
Diffstat (limited to 'rsProgramRaster.h')
-rw-r--r--rsProgramRaster.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsProgramRaster.h b/rsProgramRaster.h
index 79b14753..ea78e766 100644
--- a/rsProgramRaster.h
+++ b/rsProgramRaster.h
@@ -41,17 +41,12 @@ public:
static ProgramRaster *createFromStream(Context *rsc, IStream *stream);
void setLineWidth(float w);
- void setPointSize(float s);
protected:
bool mPointSmooth;
bool mLineSmooth;
bool mPointSprite;
-
- float mPointSize;
float mLineWidth;
-
-
};
class ProgramRasterState