commit | 40a29e8e28772b37ab0f9fe9708ecdcba24abb84 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Aug 10 14:55:26 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Mon Aug 10 14:55:26 2009 -0700 |
tree | ddc7de5fe342a6bded733e8341b1953a49e0a2d0 | |
parent | c028d09409c3cd290949974258264903106a3346 [diff] [blame] |
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h index eb1da69..00af9ed 100644 --- a/libs/rs/rsAllocation.h +++ b/libs/rs/rsAllocation.h
@@ -60,6 +60,8 @@ void subData(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, const void *data); + void read(void *data); + void enableGLVertexBuffers() const; void setupGLIndexBuffers() const;