From 9dab667e03632181e487a04a8a170b3fa0bd5037 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 24 Nov 2009 12:26:35 -0800 Subject: Force a crash under conditions where white square bug in all apps is likely to occur. --- libs/rs/rsAllocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsAllocation.h') diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h index 514b1c2..f54284a 100644 --- a/libs/rs/rsAllocation.h +++ b/libs/rs/rsAllocation.h @@ -46,7 +46,7 @@ public: void * getPtr() const {return mPtr;} const Type * getType() const {return mType.get();} - void uploadToTexture(uint32_t lodOffset = 0); + void uploadToTexture(Context *rsc, uint32_t lodOffset = 0); uint32_t getTextureID() const {return mTextureID;} void uploadToBufferObject(); -- cgit v1.1