summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-04 01:10:43 +1100
committerLeith Bade <leith@mapbox.com>2014-12-04 01:10:43 +1100
commit14cdd9c96fb6eb9b2d6de4eb521ad50ebe1654ba (patch)
tree4270e25a7494939afa83be3642a54475636a1aac /include/mbgl/platform
parenta26ef7f33df475b6a0e90a0f4362f18802bafe8f (diff)
downloadqtlocation-mapboxgl-14cdd9c96fb6eb9b2d6de4eb521ad50ebe1654ba.tar.gz
Rename lots of things
Diffstat (limited to 'include/mbgl/platform')
-rw-r--r--include/mbgl/platform/android/log_android.hpp2
-rw-r--r--include/mbgl/platform/default/headless_view.hpp2
-rw-r--r--include/mbgl/platform/gl.hpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/include/mbgl/platform/android/log_android.hpp b/include/mbgl/platform/android/log_android.hpp
index 12ed3bd346..94d90a9b36 100644
--- a/include/mbgl/platform/android/log_android.hpp
+++ b/include/mbgl/platform/android/log_android.hpp
@@ -7,7 +7,7 @@ namespace mbgl {
class AndroidLogBackend : public LogBackend {
private:
- int severity_to_priority(EventSeverity severity);
+ int severityToPriority(EventSeverity severity);
public:
inline ~AndroidLogBackend() = default;
diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp
index 415c9740a9..f3b897e760 100644
--- a/include/mbgl/platform/default/headless_view.hpp
+++ b/include/mbgl/platform/default/headless_view.hpp
@@ -59,7 +59,7 @@ private:
GLuint fbo = 0;
GLuint fbo_depth_stencil = 0;
GLuint fbo_color = 0;
- bool using_gl_3_or_newer = false;
+ bool usingGl3OrNewer = false;
};
}
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/platform/gl.hpp
index e793cc7d03..ee781018ce 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/platform/gl.hpp
@@ -129,10 +129,10 @@ extern PFNGLDELETEVERTEXARRAYSPROC DeleteVertexArrays;
extern PFNGLGENVERTEXARRAYSPROC GenVertexArrays;
extern PFNGLISVERTEXARRAYPROC IsVertexArray;
-extern bool is_packed_depth_stencil_supported;
+extern bool isPackedDepthStencilSupported;
#define GL_DEPTH24_STENCIL8 0x88F0
-extern bool is_depth24_supported;
+extern bool isDepth24Supported;
#define GL_DEPTH_COMPONENT24 0x81A6
// Debug group markers, useful for debugging on iOS