diff options
Diffstat (limited to 'libs/rs/RenderScript.h')
-rw-r--r-- | libs/rs/RenderScript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index d078d469750a..1d67329e4607 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -290,6 +290,8 @@ typedef struct { // Async commands for returning new IDS RsType rsaTypeCreate(RsContext, RsElement, uint32_t dimCount, const RsDimension *dims, const uint32_t *vals); +RsAllocation rsaAllocationCreateTyped(RsContext rsc, RsType vtype); +RsAllocation rsaAllocationCreateFromBitmap(RsContext con, uint32_t w, uint32_t h, RsElement _dst, RsElement _src, bool genMips, const void *data); #ifndef NO_RS_FUNCS |