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

Unified Diff: gpu/command_buffer/service/test_helper.h

Issue 7458008: Support GL_OES_EGL_image_external (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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/service/test_helper.h
diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
index b23a7f1b7583207b1c62674992e003e37e837db9..5793e444a463c444cb1b925d7590d66f875b179a 100644
--- a/gpu/command_buffer/service/test_helper.h
+++ b/gpu/command_buffer/service/test_helper.h
@@ -19,6 +19,8 @@ class TestHelper {
static const GLuint kServiceBlackTextureCubemapId = 702;
static const GLuint kServiceDefaultTexture2dId = 703;
static const GLuint kServiceDefaultTextureCubemapId = 704;
+ static const GLuint kServiceDefaultExternalTextureId = 705;
+ static const GLuint kServiceBlackExternalTextureId = 706;
static const GLint kMaxRenderbufferSize = 1024;
static const GLint kMaxTextureSize = 2048;
@@ -41,7 +43,8 @@ class TestHelper {
const char* extensions);
static void SetupFeatureInfoInitExpectations(
::gfx::MockGLInterface* gl, const char* extensions);
- static void SetupTextureManagerInitExpectations(::gfx::MockGLInterface* gl);
+ static void SetupTextureManagerInitExpectations(::gfx::MockGLInterface* gl,
+ const char* extensions);
};
} // namespace gles2

Powered by Google App Engine
This is Rietveld 408576698