diff options
Diffstat (limited to 'gpu/command_buffer/tests/gl_test_utils.h')
-rw-r--r-- | gpu/command_buffer/tests/gl_test_utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gpu/command_buffer/tests/gl_test_utils.h b/gpu/command_buffer/tests/gl_test_utils.h index 972ea0a..31de7cd 100644 --- a/gpu/command_buffer/tests/gl_test_utils.h +++ b/gpu/command_buffer/tests/gl_test_utils.h @@ -35,11 +35,6 @@ class GLTestHelper { // Returns the created buffer. static GLuint SetupUnitQuad(GLint position_location); - // Make a 6 vertex colors. - // Returns the created buffer. - static GLuint SetupColorsForUnitQuad( - GLint location, const GLfloat color[4], GLenum usage); - // Checks an area of pixels for a color. static bool CheckPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance, |