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

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

Issue 2134793002: Remove the command buffer method glGetImageivCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflict. Created 4 years, 5 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
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 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id); 1309 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id);
1310 } 1310 }
1311 GLuint GL_APIENTRY 1311 GLuint GL_APIENTRY
1312 GLES2CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 1312 GLES2CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
1313 GLsizei height, 1313 GLsizei height,
1314 GLenum internalformat, 1314 GLenum internalformat,
1315 GLenum usage) { 1315 GLenum usage) {
1316 return gles2::GetGLContext()->CreateGpuMemoryBufferImageCHROMIUM( 1316 return gles2::GetGLContext()->CreateGpuMemoryBufferImageCHROMIUM(
1317 width, height, internalformat, usage); 1317 width, height, internalformat, usage);
1318 } 1318 }
1319 void GL_APIENTRY GLES2GetImageivCHROMIUM(GLuint image_id,
1320 GLenum param,
1321 GLint* data) {
1322 gles2::GetGLContext()->GetImageivCHROMIUM(image_id, param, data);
1323 }
1324 void GL_APIENTRY GLES2DescheduleUntilFinishedCHROMIUM() { 1319 void GL_APIENTRY GLES2DescheduleUntilFinishedCHROMIUM() {
1325 gles2::GetGLContext()->DescheduleUntilFinishedCHROMIUM(); 1320 gles2::GetGLContext()->DescheduleUntilFinishedCHROMIUM();
1326 } 1321 }
1327 void GL_APIENTRY GLES2GetTranslatedShaderSourceANGLE(GLuint shader, 1322 void GL_APIENTRY GLES2GetTranslatedShaderSourceANGLE(GLuint shader,
1328 GLsizei bufsize, 1323 GLsizei bufsize,
1329 GLsizei* length, 1324 GLsizei* length,
1330 char* source) { 1325 char* source) {
1331 gles2::GetGLContext()->GetTranslatedShaderSourceANGLE(shader, bufsize, length, 1326 gles2::GetGLContext()->GetTranslatedShaderSourceANGLE(shader, bufsize, length,
1332 source); 1327 source);
1333 } 1328 }
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2698 { 2693 {
2699 "glDestroyImageCHROMIUM", 2694 "glDestroyImageCHROMIUM",
2700 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM), 2695 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM),
2701 }, 2696 },
2702 { 2697 {
2703 "glCreateGpuMemoryBufferImageCHROMIUM", 2698 "glCreateGpuMemoryBufferImageCHROMIUM",
2704 reinterpret_cast<GLES2FunctionPointer>( 2699 reinterpret_cast<GLES2FunctionPointer>(
2705 glCreateGpuMemoryBufferImageCHROMIUM), 2700 glCreateGpuMemoryBufferImageCHROMIUM),
2706 }, 2701 },
2707 { 2702 {
2708 "glGetImageivCHROMIUM",
2709 reinterpret_cast<GLES2FunctionPointer>(glGetImageivCHROMIUM),
2710 },
2711 {
2712 "glDescheduleUntilFinishedCHROMIUM", 2703 "glDescheduleUntilFinishedCHROMIUM",
2713 reinterpret_cast<GLES2FunctionPointer>( 2704 reinterpret_cast<GLES2FunctionPointer>(
2714 glDescheduleUntilFinishedCHROMIUM), 2705 glDescheduleUntilFinishedCHROMIUM),
2715 }, 2706 },
2716 { 2707 {
2717 "glGetTranslatedShaderSourceANGLE", 2708 "glGetTranslatedShaderSourceANGLE",
2718 reinterpret_cast<GLES2FunctionPointer>( 2709 reinterpret_cast<GLES2FunctionPointer>(
2719 glGetTranslatedShaderSourceANGLE), 2710 glGetTranslatedShaderSourceANGLE),
2720 }, 2711 },
2721 { 2712 {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2990 reinterpret_cast<GLES2FunctionPointer>( 2981 reinterpret_cast<GLES2FunctionPointer>(
2991 glUniformMatrix4fvStreamTextureMatrixCHROMIUM), 2982 glUniformMatrix4fvStreamTextureMatrixCHROMIUM),
2992 }, 2983 },
2993 { 2984 {
2994 NULL, NULL, 2985 NULL, NULL,
2995 }, 2986 },
2996 }; 2987 };
2997 2988
2998 } // namespace gles2 2989 } // namespace gles2
2999 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2990 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/client_test_helper.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698