commit | 3bc47d438171dce294e816366d53bc9eca772c5b | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Nov 12 15:10:25 2009 -0800 |
committer | Jason Sams <rjsams@android.com> | Thu Nov 12 15:10:47 2009 -0800 |
tree | 58c41bf03b538359d7dd70fcd8362195a5405445 | |
parent | b602c328c24f82d61038ac1222bd40a3cc7bc900 [diff] [blame] |
Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state.
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 865e435..da25a27 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec
@@ -37,9 +37,15 @@ } ContextSetSurface { + param uint32_t width + param uint32_t height param void *sur } +ContextSetPriority { + param uint32_t priority + } + AssignName { param void *obj param const char *name