summaryrefslogtreecommitdiff
path: root/rsFBOCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsFBOCache.cpp')
-rw-r--r--rsFBOCache.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/rsFBOCache.cpp b/rsFBOCache.cpp
index 21852350..871e5115 100644
--- a/rsFBOCache.cpp
+++ b/rsFBOCache.cpp
@@ -19,9 +19,8 @@
#include "rsContext.h"
#include "rsAllocation.h"
-using namespace android;
-using namespace android::renderscript;
-
+namespace android {
+namespace renderscript {
FBOCache::FBOCache() {
mDirty = true;
@@ -91,3 +90,6 @@ void FBOCache::setup(Context *rsc) {
mDirty = false;
}
+
+} // namespace renderscript
+} // namespace android