commit | 876429b7a11f482ebc4c19e44d07ba29823a2ecb | [log] [tgz] |
---|---|---|
author | Jamie Madill <jmadill@chromium.org> | Thu Apr 20 15:46:24 2017 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 27 16:32:22 2017 +0000 |
tree | 651060f3050227aaac80a021fd53c81d6cc19271 | |
parent | e1fd475b09bcfee3c8ab0201e4e7f683b5df3408 [diff] [blame] |
Update gl2.h and update entry points. Some method signatures were updated. Types like GLclampf and GLvoid were replaced with other equivalents. BUG=angleproject:1309 Change-Id: I05e8e2072c5a063d87ad96a855b907424661e680 Reviewed-on: https://chromium-review.googlesource.com/475011 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/tests/gl_tests/LineLoopTest.cpp b/src/tests/gl_tests/LineLoopTest.cpp index 778fee9..6d5a440 100644 --- a/src/tests/gl_tests/LineLoopTest.cpp +++ b/src/tests/gl_tests/LineLoopTest.cpp
@@ -67,7 +67,7 @@ ANGLETest::TearDown(); } - void runTest(GLenum indexType, GLuint indexBuffer, const GLvoid *indexPtr) + void runTest(GLenum indexType, GLuint indexBuffer, const void *indexPtr) { glClear(GL_COLOR_BUFFER_BIT);