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

Unified Diff: client/deps/glbench/src/windowmanagertest.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/windowmanagercompositingtest.cc ('k') | client/deps/glbench/src/yuvtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/windowmanagertest.cc
diff --git a/client/deps/glbench/src/windowmanagertest.cc b/client/deps/glbench/src/windowmanagertest.cc
index 2fb4541c63649479c45f3c14623ab58cc0e52fca..80dde53bc8847960bb496500ea6411e827fea735 100644
--- a/client/deps/glbench/src/windowmanagertest.cc
+++ b/client/deps/glbench/src/windowmanagertest.cc
@@ -98,7 +98,7 @@ int main(int argc, char* argv[]) {
1.f, 1.f,
};
- GLuint program = InitShaderProgram(kVertexShader, kFragmentShader);
+ GLuint program = glbench::InitShaderProgram(kVertexShader, kFragmentShader);
int attribute_index = glGetAttribLocation(program, "vertices");
glVertexAttribPointer(attribute_index, 2, GL_FLOAT, GL_FALSE, 0, vertices);
glEnableVertexAttribArray(attribute_index);
« no previous file with comments | « client/deps/glbench/src/windowmanagercompositingtest.cc ('k') | client/deps/glbench/src/yuvtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698