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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 5626008: Exposed support for dynamically enabling extensions in command buffer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
===================================================================
--- gpu/command_buffer/client/gles2_cmd_helper_autogen.h (revision 68245)
+++ gpu/command_buffer/client/gles2_cmd_helper_autogen.h (working copy)
@@ -1203,5 +1203,17 @@
c.Init(width, height);
}
+ void GetRequestableExtensionsCHROMIUM(uint32 bucket_id) {
+ gles2::GetRequestableExtensionsCHROMIUM& c =
+ GetCmdSpace<gles2::GetRequestableExtensionsCHROMIUM>();
+ c.Init(bucket_id);
+ }
+
+ void RequestExtensionCHROMIUM(uint32 bucket_id) {
+ gles2::RequestExtensionCHROMIUM& c =
+ GetCmdSpace<gles2::RequestExtensionCHROMIUM>();
+ c.Init(bucket_id);
+ }
+
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698