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

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: 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 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 { 2579 {
2583 "glGetTransformFeedbackVaryingsCHROMIUM", 2580 "glGetTransformFeedbackVaryingsCHROMIUM",
2584 reinterpret_cast<GLES2FunctionPointer>( 2581 reinterpret_cast<GLES2FunctionPointer>(
2585 glGetTransformFeedbackVaryingsCHROMIUM), 2582 glGetTransformFeedbackVaryingsCHROMIUM),
2586 }, 2583 },
2587 { 2584 {
2588 "glGetUniformsES3CHROMIUM", 2585 "glGetUniformsES3CHROMIUM",
2589 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM), 2586 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM),
2590 }, 2587 },
2591 { 2588 {
2592 "glCreateStreamTextureCHROMIUM",
2593 reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM),
2594 },
2595 {
2596 "glCreateImageCHROMIUM", 2589 "glCreateImageCHROMIUM",
2597 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM), 2590 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM),
2598 }, 2591 },
2599 { 2592 {
2600 "glDestroyImageCHROMIUM", 2593 "glDestroyImageCHROMIUM",
2601 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM), 2594 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM),
2602 }, 2595 },
2603 { 2596 {
2604 "glCreateGpuMemoryBufferImageCHROMIUM", 2597 "glCreateGpuMemoryBufferImageCHROMIUM",
2605 reinterpret_cast<GLES2FunctionPointer>( 2598 reinterpret_cast<GLES2FunctionPointer>(
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 reinterpret_cast<GLES2FunctionPointer>( 2838 reinterpret_cast<GLES2FunctionPointer>(
2846 glApplyScreenSpaceAntialiasingCHROMIUM), 2839 glApplyScreenSpaceAntialiasingCHROMIUM),
2847 }, 2840 },
2848 { 2841 {
2849 NULL, NULL, 2842 NULL, NULL,
2850 }, 2843 },
2851 }; 2844 };
2852 2845
2853 } // namespace gles2 2846 } // namespace gles2
2854 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2847 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698