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

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 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
2675 { 2672 {
2676 "glGetTransformFeedbackVaryingsCHROMIUM", 2673 "glGetTransformFeedbackVaryingsCHROMIUM",
2677 reinterpret_cast<GLES2FunctionPointer>( 2674 reinterpret_cast<GLES2FunctionPointer>(
2678 glGetTransformFeedbackVaryingsCHROMIUM), 2675 glGetTransformFeedbackVaryingsCHROMIUM),
2679 }, 2676 },
2680 { 2677 {
2681 "glGetUniformsES3CHROMIUM", 2678 "glGetUniformsES3CHROMIUM",
2682 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM), 2679 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM),
2683 }, 2680 },
2684 { 2681 {
2685 "glCreateStreamTextureCHROMIUM",
2686 reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM),
2687 },
2688 {
2689 "glCreateImageCHROMIUM", 2682 "glCreateImageCHROMIUM",
2690 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM), 2683 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM),
2691 }, 2684 },
2692 { 2685 {
2693 "glDestroyImageCHROMIUM", 2686 "glDestroyImageCHROMIUM",
2694 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM), 2687 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM),
2695 }, 2688 },
2696 { 2689 {
2697 "glCreateGpuMemoryBufferImageCHROMIUM", 2690 "glCreateGpuMemoryBufferImageCHROMIUM",
2698 reinterpret_cast<GLES2FunctionPointer>( 2691 reinterpret_cast<GLES2FunctionPointer>(
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
2978 reinterpret_cast<GLES2FunctionPointer>( 2971 reinterpret_cast<GLES2FunctionPointer>(
2979 glApplyScreenSpaceAntialiasingCHROMIUM), 2972 glApplyScreenSpaceAntialiasingCHROMIUM),
2980 }, 2973 },
2981 { 2974 {
2982 NULL, NULL, 2975 NULL, NULL,
2983 }, 2976 },
2984 }; 2977 };
2985 2978
2986 } // namespace gles2 2979 } // namespace gles2
2987 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2980 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698