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:
Diffstat (limited to 'drape/drape_tests/glfunctions.cpp')
-rw-r--r--drape/drape_tests/glfunctions.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/drape/drape_tests/glfunctions.cpp b/drape/drape_tests/glfunctions.cpp
index ad78bd869b..7cc5909d3b 100644
--- a/drape/drape_tests/glfunctions.cpp
+++ b/drape/drape_tests/glfunctions.cpp
@@ -7,6 +7,8 @@
using namespace emul;
+dp::ApiVersion GLFunctions::CurrentApiVersion = dp::ApiVersion::OpenGLES2;
+
#define MOCK_CALL(f) GLMockFunctions::Instance().f;
void GLFunctions::glFlush()
@@ -270,6 +272,8 @@ void GLFunctions::glUniformValueiv(int8_t location, int32_t * v, uint32_t size)
void * GLFunctions::glMapBuffer(glConst, glConst) { return 0; }
+void * GLFunctions::glMapBufferRange(glConst, uint32_t, uint32_t, glConst) { return 0; }
+
void GLFunctions::glUnmapBuffer(glConst target) {}
void GLFunctions::glDrawElements(glConst primitive, uint32_t sizeOfIndex,