summaryrefslogtreecommitdiffstats
path: root/rsProgramVertex.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-11-09 17:00:54 -0800
committerAlex Sakhartchouk <alexst@google.com>2010-11-10 11:30:51 -0800
commitafb743aca56c18beb7ab924e75cb6e070ef3e55a (patch)
tree9c2683d418230dd7cb53e667cdd876e617bb3d27 /rsProgramVertex.h
parentb60d757354880b6a711840eb35cc381cf7172246 (diff)
downloadandroid_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.gz
android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.bz2
android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.zip
Code cleanup to make formatting consistent
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'rsProgramVertex.h')
-rw-r--r--rsProgramVertex.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/rsProgramVertex.h b/rsProgramVertex.h
index 355df2b9..824edbb4 100644
--- a/rsProgramVertex.h
+++ b/rsProgramVertex.h
@@ -25,8 +25,7 @@ namespace renderscript {
class ProgramVertexState;
-class ProgramVertex : public Program
-{
+class ProgramVertex : public Program {
public:
ProgramVertex(Context *,const char * shaderText, uint32_t shaderLength,
const uint32_t * params, uint32_t paramLength);
@@ -50,9 +49,7 @@ public:
static ProgramVertex *createFromStream(Context *rsc, IStream *stream);
};
-
-class ProgramVertexState
-{
+class ProgramVertexState {
public:
ProgramVertexState();
~ProgramVertexState();
@@ -66,7 +63,6 @@ public:
ObjectBaseRef<Allocation> mDefaultAlloc;
};
-
}
}
#endif