Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2015-02-07 21:00:06 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:02 +0300
commit2129b6dfb392e84a4b065b0631c94125eeb9f787 (patch)
treeeb3ce094e81321ea94ebce6637de9b07deefe0e7 /drape/drape_tests/glfunctions.cpp
parentf09bcdbc7e2b44a8e4363136f9e11004404584b8 (diff)
[drape] different memory checks
Diffstat (limited to 'drape/drape_tests/glfunctions.cpp')
-rw-r--r--drape/drape_tests/glfunctions.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape/drape_tests/glfunctions.cpp b/drape/drape_tests/glfunctions.cpp
index 85a04553aa..4df55b8dfc 100644
--- a/drape/drape_tests/glfunctions.cpp
+++ b/drape/drape_tests/glfunctions.cpp
@@ -241,7 +241,6 @@ int32_t GLFunctions::glGetInteger(glConst pname)
void CheckGLError(my::SrcPoint const & /*srcPt*/) {}
-// @TODO add actual unit tests
void GLFunctions::glEnable(glConst mode) {}
void GLFunctions::glBlendEquation(glConst function) {}
@@ -259,3 +258,5 @@ void GLFunctions::glUnmapBuffer(glConst target) {}
void GLFunctions::glDrawElements(uint16_t indexCount) {}
void GLFunctions::glPixelStore(glConst name, uint32_t value) {}
+
+int32_t GLFunctions::glGetBufferParameter(glConst target, glConst name) { return 0; }