diff options
| author | Jason Sams <rjsams@android.com> | 2009-11-12 15:10:25 -0800 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-11-12 15:10:47 -0800 |
| commit | 3bc47d438171dce294e816366d53bc9eca772c5b (patch) | |
| tree | 58c41bf03b538359d7dd70fcd8362195a5405445 /libs/rs/RenderScript.h | |
| parent | b602c328c24f82d61038ac1222bd40a3cc7bc900 (diff) | |
| download | frameworks_base-3bc47d438171dce294e816366d53bc9eca772c5b.zip frameworks_base-3bc47d438171dce294e816366d53bc9eca772c5b.tar.gz frameworks_base-3bc47d438171dce294e816366d53bc9eca772c5b.tar.bz2 | |
Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state.
Diffstat (limited to 'libs/rs/RenderScript.h')
| -rw-r--r-- | libs/rs/RenderScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 9b04393..3ca8b15 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -55,7 +55,7 @@ RsDevice rsDeviceCreate(); void rsDeviceDestroy(RsDevice); void rsDeviceSetConfig(RsDevice, RsDeviceParam, int32_t value); -RsContext rsContextCreate(RsDevice, void *, uint32_t version, bool useDepth); +RsContext rsContextCreate(RsDevice, uint32_t version, bool useDepth); void rsContextDestroy(RsContext); void rsObjDestroyOOB(RsContext, void *); |
