summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-09-30 17:36:20 -0700
committerJason Sams <rjsams@android.com>2009-09-30 17:40:06 -0700
commite9ad9a719dc66437ddf021d13e6ca736a23b5413 (patch)
treeeaf8a1b1da324af59924a0d49eb6db36cae5b27c /libs/rs/rsProgramVertex.h
parent5eb7c9d3e880032972c0d03dd34d9432fa7c719d (diff)
downloadframeworks_base-e9ad9a719dc66437ddf021d13e6ca736a23b5413.zip
frameworks_base-e9ad9a719dc66437ddf021d13e6ca736a23b5413.tar.gz
frameworks_base-e9ad9a719dc66437ddf021d13e6ca736a23b5413.tar.bz2
Implement screen aligned bitmap drawing support.
Diffstat (limited to 'libs/rs/rsProgramVertex.h')
-rw-r--r--libs/rs/rsProgramVertex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h
index e198f23..493668c 100644
--- a/libs/rs/rsProgramVertex.h
+++ b/libs/rs/rsProgramVertex.h
@@ -43,6 +43,9 @@ public:
void setModelviewMatrix(const rsc_Matrix *) const;
void setTextureMatrix(const rsc_Matrix *) const;
+ void transformToScreen(const Context *, float *v4out, const float *v3in) const;
+
+
protected:
uint32_t mLightCount;
ObjectBaseRef<const Light> mLights[MAX_LIGHTS];