Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: client/deps/glbench/src/teartest.cc

Issue 2123013: Split tests into individual files. Got rid of globals by converting them to classes. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: addressed comments Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/glbench/src/swaptest.cc ('k') | client/deps/glbench/src/testbase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/teartest.cc
diff --git a/client/deps/glbench/src/teartest.cc b/client/deps/glbench/src/teartest.cc
index d801d554adea9b994d996ddc9b3789eac951c4a6..a8c526e200eee1d0d3be4c3a676f96720f58355a 100644
--- a/client/deps/glbench/src/teartest.cc
+++ b/client/deps/glbench/src/teartest.cc
@@ -191,7 +191,7 @@ int main(int argc, char* argv[]) {
1.f, 1.f,
};
- GLuint program = InitShaderProgram(vertex_shader, fragment_shader);
+ GLuint program = glbench::InitShaderProgram(vertex_shader, fragment_shader);
int attribute_index = glGetAttribLocation(program, "c");
glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, vertices);
glEnableVertexAttribArray(attribute_index);
« no previous file with comments | « client/deps/glbench/src/swaptest.cc ('k') | client/deps/glbench/src/testbase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698