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

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

Issue 1308313008: Fix ReadPixels implementation specific read format/type on desktop GL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clear
Patch Set: Created 5 years, 4 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/gles2_cmd_utils.h
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h
index 69efb0b4caf35741e020f22f608c67ccd13a191e..806b297326f2584689c005b0fea476621d692fad 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h
@@ -137,9 +137,10 @@ class GLES2_UTILS_EXPORT GLES2Util {
static size_t GLTargetToFaceIndex(uint32_t target);
- static uint32_t GetPreferredGLReadPixelsFormat(uint32_t internal_format);
+ static uint32_t GetGLReadPixelsImplementationFormat(
+ uint32_t internal_format);
- static uint32_t GetPreferredGLReadPixelsType(
+ static uint32_t GetGLReadPixelsImplementationType(
uint32_t internal_format, uint32_t texture_type);
// Returns a bitmask for the channels the given format supports.

Powered by Google App Engine
This is Rietveld 408576698