commit | 14ee7622c090d91e637a336f1680eaa16a3b6c9d | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Tue Oct 28 23:48:41 2014 -0400 |
committer | Nicolas Capens <nicolascapens@google.com> | Wed Oct 29 15:07:21 2014 +0000 |
tree | b28414e67d26dfea5b893d1094bdd98d33618f8a | |
parent | d76b5df8ab8c2095398a2fcf33570dde3a3028d9 [diff] [blame] |
Name the namespaces logically. BUG=18110152 Change-Id: Ib9959d5a3d993048e61887254f42e7de342ec4fd Reviewed-on: https://swiftshader-review.googlesource.com/1255 Reviewed-by: Nicolas Capens <nicolascapens@google.com> Tested-by: Nicolas Capens <nicolascapens@google.com>
diff --git a/src/GLES2/libGLESv2/Buffer.cpp b/src/GLES2/libGLESv2/Buffer.cpp index b198c85..78411ac 100644 --- a/src/GLES2/libGLESv2/Buffer.cpp +++ b/src/GLES2/libGLESv2/Buffer.cpp
@@ -19,7 +19,7 @@ #include "VertexDataManager.h" #include "IndexDataManager.h" -namespace gl2 +namespace es2 { Buffer::Buffer(GLuint id) : RefCountObject(id)