Index: gpu/command_buffer/build_gles2_cmd_buffer.py |
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py |
index 79629552293414ee17f0cda2f0fc68584e05609b..dc266b7e0500350cfeec8f0f87704ee0ca9be9d4 100755 |
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py |
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py |
@@ -2133,6 +2133,12 @@ _FUNCTION_INFO = { |
'impl_func': False, |
'client_test': False, |
}, |
+ 'ApplyScreenSpaceAntialiasing': { |
Ken Russell (switch to Gerrit)
2015/08/28 02:34:03
CHROMIUM extension suffix here.
|
+ 'decoder_func': 'DoApplyScreenSpaceAntialiasing', |
Ken Russell (switch to Gerrit)
2015/08/28 02:34:03
Same here.
|
+ 'extension_flag': 'chromium_screen_space_antialiasing', |
+ 'unit_test': False, |
+ 'client_test': False, |
+ }, |
'AttachShader': {'decoder_func': 'DoAttachShader'}, |
'BindAttribLocation': { |
'type': 'GLchar', |