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

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

Issue 2999923002: Revert of Allow creating GLImage-backed textures with glTexStorage2D. (Closed)
Patch Set: rebase Created 3 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/service/gles2_cmd_validation_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
index ac219e4d0154ba75d63b5dc5d0302c5af517acca..408759a10904d33c538c6e7f55458e170f01e36d 100644
--- a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
@@ -317,12 +317,6 @@ class Texture3DTargetValidator {
Texture3DTargetValidator texture_3_d_target;
ValueValidator<GLenum> texture_bind_target;
-class TextureBufferUsageValidator {
- public:
- bool IsValid(const GLenum value) const;
-};
-TextureBufferUsageValidator texture_buffer_usage;
-
class TextureCompareFuncValidator {
public:
bool IsValid(const GLenum value) const;

Powered by Google App Engine
This is Rietveld 408576698