diff options
| author | Jason Sams <rjsams@android.com> | 2009-09-30 17:36:20 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-09-30 17:40:06 -0700 |
| commit | e9ad9a719dc66437ddf021d13e6ca736a23b5413 (patch) | |
| tree | eaf8a1b1da324af59924a0d49eb6db36cae5b27c /libs/rs/rsProgramVertex.h | |
| parent | 5eb7c9d3e880032972c0d03dd34d9432fa7c719d (diff) | |
| download | frameworks_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.h | 3 |
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]; |
