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

Unified Diff: ui/gl/test/gl_image_test_support.h

Issue 1415723006: ui: Add RGBX_8888 buffer format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gles but no conversion needed case Created 5 years, 2 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 | « ui/gl/gl_tests.gyp ('k') | ui/gl/test/gl_image_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/test/gl_image_test_support.h
diff --git a/ui/gl/test/gl_image_test_support.h b/ui/gl/test/gl_image_test_support.h
index 782f2075a1c672c3150b783965fabf4183b65272..81d67b904007554ab59025163b46f6c08efe0d28 100644
--- a/ui/gl/test/gl_image_test_support.h
+++ b/ui/gl/test/gl_image_test_support.h
@@ -18,12 +18,6 @@ class GLImageTestSupport {
// Cleanup GL after being initialized for image testing.
static void CleanupGL();
- // Returns the preferred internal format used for images.
- static GLenum GetPreferredInternalFormat();
-
- // Returns the preferred buffer format used for images.
- static BufferFormat GetPreferredBufferFormat();
-
// Initialize buffer of a specific |format| to |color|.
static void SetBufferDataToColor(int width,
int height,
« no previous file with comments | « ui/gl/gl_tests.gyp ('k') | ui/gl/test/gl_image_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698