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

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

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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_implementation_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
index 8cbb4bff3c81553a90f0ad926423f515af033230..5bf5fe5d1807fa1f88aae0fc1e1435d5196e18ae 100644
--- a/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
@@ -947,10 +947,6 @@ bool Validators::StringTypeValidator::IsValid(const GLenum value) const {
return false;
};
-static const GLenum valid_subscription_target_table[] = {
- GL_MOUSE_POSITION_CHROMIUM,
-};
-
static const GLbitfield valid_sync_flush_flags_table[] = {
GL_SYNC_FLUSH_COMMANDS_BIT, 0,
};
@@ -1331,10 +1327,6 @@ bool Validators::UniformParameterValidator::IsValid(const GLenum value) const {
return false;
};
-static const GLenum valid_value_buffer_target_table[] = {
- GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM,
-};
-
bool Validators::VertexAttribITypeValidator::IsValid(const GLenum value) const {
switch (value) {
case GL_BYTE:
@@ -1414,8 +1406,6 @@ Validators::Validators()
shader_binary_format(),
src_blend_factor(valid_src_blend_factor_table,
arraysize(valid_src_blend_factor_table)),
- subscription_target(valid_subscription_target_table,
- arraysize(valid_subscription_target_table)),
sync_flush_flags(valid_sync_flush_flags_table,
arraysize(valid_sync_flush_flags_table)),
texture_bind_target(valid_texture_bind_target_table,
@@ -1449,8 +1439,6 @@ Validators::Validators()
transform_feedback_bind_target(
valid_transform_feedback_bind_target_table,
arraysize(valid_transform_feedback_bind_target_table)),
- value_buffer_target(valid_value_buffer_target_table,
- arraysize(valid_value_buffer_target_table)),
vertex_attrib_type(valid_vertex_attrib_type_table,
arraysize(valid_vertex_attrib_type_table)),
vertex_attribute(valid_vertex_attribute_table,
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_validation_autogen.h ('k') | gpu/command_buffer/service/gpu_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698