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

Unified Diff: gpu/command_buffer/common/gl_mock.h

Issue 10822029: Use EXT_robustness where available on GLES2 platforms to detect and respond to resets of the graphi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed GL interface mock. Created 8 years, 5 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
Index: gpu/command_buffer/common/gl_mock.h
diff --git a/gpu/command_buffer/common/gl_mock.h b/gpu/command_buffer/common/gl_mock.h
index 6416a61c79e26b77611d5f0902e359dfeb22e658..038c886f77001e5ff6fb4f86ccaf8fb5c30c3873 100644
--- a/gpu/command_buffer/common/gl_mock.h
+++ b/gpu/command_buffer/common/gl_mock.h
@@ -514,6 +514,8 @@ class MockGLInterface : public GLInterface {
MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum());
+ MOCK_METHOD0(GetGraphicsResetStatusEXT, GLenum());
+
MOCK_METHOD4(DrawArraysInstancedANGLE, void(
GLenum mode, GLint first, GLsizei count, GLsizei primcount));

Powered by Google App Engine
This is Rietveld 408576698