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

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

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing TOT! Created 5 years, 1 month 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 void* info) { 1287 void* info) {
1288 gles2::GetGLContext()->GetTransformFeedbackVaryingsCHROMIUM(program, bufsize, 1288 gles2::GetGLContext()->GetTransformFeedbackVaryingsCHROMIUM(program, bufsize,
1289 size, info); 1289 size, info);
1290 } 1290 }
1291 void GL_APIENTRY GLES2GetUniformsES3CHROMIUM(GLuint program, 1291 void GL_APIENTRY GLES2GetUniformsES3CHROMIUM(GLuint program,
1292 GLsizei bufsize, 1292 GLsizei bufsize,
1293 GLsizei* size, 1293 GLsizei* size,
1294 void* info) { 1294 void* info) {
1295 gles2::GetGLContext()->GetUniformsES3CHROMIUM(program, bufsize, size, info); 1295 gles2::GetGLContext()->GetUniformsES3CHROMIUM(program, bufsize, size, info);
1296 } 1296 }
1297 GLuint GL_APIENTRY GLES2CreateStreamTextureCHROMIUM(GLuint texture) {
1298 return gles2::GetGLContext()->CreateStreamTextureCHROMIUM(texture);
1299 }
1300 GLuint GL_APIENTRY GLES2CreateImageCHROMIUM(ClientBuffer buffer, 1297 GLuint GL_APIENTRY GLES2CreateImageCHROMIUM(ClientBuffer buffer,
1301 GLsizei width, 1298 GLsizei width,
1302 GLsizei height, 1299 GLsizei height,
1303 GLenum internalformat) { 1300 GLenum internalformat) {
1304 return gles2::GetGLContext()->CreateImageCHROMIUM(buffer, width, height, 1301 return gles2::GetGLContext()->CreateImageCHROMIUM(buffer, width, height,
1305 internalformat); 1302 internalformat);
1306 } 1303 }
1307 void GL_APIENTRY GLES2DestroyImageCHROMIUM(GLuint image_id) { 1304 void GL_APIENTRY GLES2DestroyImageCHROMIUM(GLuint image_id) {
1308 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id); 1305 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id);
1309 } 1306 }
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
2685 { 2682 {
2686 "glGetTransformFeedbackVaryingsCHROMIUM", 2683 "glGetTransformFeedbackVaryingsCHROMIUM",
2687 reinterpret_cast<GLES2FunctionPointer>( 2684 reinterpret_cast<GLES2FunctionPointer>(
2688 glGetTransformFeedbackVaryingsCHROMIUM), 2685 glGetTransformFeedbackVaryingsCHROMIUM),
2689 }, 2686 },
2690 { 2687 {
2691 "glGetUniformsES3CHROMIUM", 2688 "glGetUniformsES3CHROMIUM",
2692 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM), 2689 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM),
2693 }, 2690 },
2694 { 2691 {
2695 "glCreateStreamTextureCHROMIUM",
2696 reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM),
2697 },
2698 {
2699 "glCreateImageCHROMIUM", 2692 "glCreateImageCHROMIUM",
2700 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM), 2693 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM),
2701 }, 2694 },
2702 { 2695 {
2703 "glDestroyImageCHROMIUM", 2696 "glDestroyImageCHROMIUM",
2704 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM), 2697 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM),
2705 }, 2698 },
2706 { 2699 {
2707 "glCreateGpuMemoryBufferImageCHROMIUM", 2700 "glCreateGpuMemoryBufferImageCHROMIUM",
2708 reinterpret_cast<GLES2FunctionPointer>( 2701 reinterpret_cast<GLES2FunctionPointer>(
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 reinterpret_cast<GLES2FunctionPointer>( 2985 reinterpret_cast<GLES2FunctionPointer>(
2993 glApplyScreenSpaceAntialiasingCHROMIUM), 2986 glApplyScreenSpaceAntialiasingCHROMIUM),
2994 }, 2987 },
2995 { 2988 {
2996 NULL, NULL, 2989 NULL, NULL,
2997 }, 2990 },
2998 }; 2991 };
2999 2992
3000 } // namespace gles2 2993 } // namespace gles2
3001 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2994 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gl_in_process_context.cc ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698