From fb9f82ca4f11cf7e43a001f3e6fd1b381cc86210 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Wed, 12 Jan 2011 14:53:25 -0800 Subject: Implement more of copy2DRange* Change-Id: Id6be481c4abc968df27e5bba1ed044262ec0f293 --- libs/rs/rsAllocation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/rs/rsAllocation.h') diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h index a8d086e..a160765 100644 --- a/libs/rs/rsAllocation.h +++ b/libs/rs/rsAllocation.h @@ -106,6 +106,8 @@ public: } void upload2DTexture(bool isFirstUpload, const void *ptr); + void update2DTexture(const void *ptr, uint32_t xoff, uint32_t yoff, + uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h); protected: ObjectBaseRef mType; -- cgit v1.1