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

Side by Side Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 2127001: Makes shader translation a runtime switch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is auto-generated. DO NOT EDIT! 5 // This file is auto-generated. DO NOT EDIT!
6 6
7 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ 7 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_
8 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ 8 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_
9 9
10 void ActiveTexture(GLenum texture) { 10 void ActiveTexture(GLenum texture) {
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 c.Init(namespace_id, n, ids_shm_id, ids_shm_offset); 1157 c.Init(namespace_id, n, ids_shm_id, ids_shm_offset);
1158 } 1158 }
1159 1159
1160 void RegisterSharedIds( 1160 void RegisterSharedIds(
1161 GLuint namespace_id, GLsizei n, uint32 ids_shm_id, 1161 GLuint namespace_id, GLsizei n, uint32 ids_shm_id,
1162 uint32 ids_shm_offset) { 1162 uint32 ids_shm_offset) {
1163 gles2::RegisterSharedIds& c = GetCmdSpace<gles2::RegisterSharedIds>(); 1163 gles2::RegisterSharedIds& c = GetCmdSpace<gles2::RegisterSharedIds>();
1164 c.Init(namespace_id, n, ids_shm_id, ids_shm_offset); 1164 c.Init(namespace_id, n, ids_shm_id, ids_shm_offset);
1165 } 1165 }
1166 1166
1167 void CommandBufferEnable(GLenum cap, GLboolean enable) { 1167 void CommandBufferEnable(
1168 GLuint bucket_id, uint32 result_shm_id, uint32 result_shm_offset) {
1168 gles2::CommandBufferEnable& c = GetCmdSpace<gles2::CommandBufferEnable>(); 1169 gles2::CommandBufferEnable& c = GetCmdSpace<gles2::CommandBufferEnable>();
1169 c.Init(cap, enable); 1170 c.Init(bucket_id, result_shm_id, result_shm_offset);
1170 } 1171 }
1171 1172
1172 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ 1173 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_
1173 1174
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698