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

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

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase for commit Created 5 years 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 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 } 1697 }
1698 void GL_APIENTRY 1698 void GL_APIENTRY
1699 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program, 1699 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program,
1700 GLint location, 1700 GLint location,
1701 GLenum genMode, 1701 GLenum genMode,
1702 GLint components, 1702 GLint components,
1703 const GLfloat* coeffs) { 1703 const GLfloat* coeffs) {
1704 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM( 1704 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM(
1705 program, location, genMode, components, coeffs); 1705 program, location, genMode, components, coeffs);
1706 } 1706 }
1707 void GL_APIENTRY GLES2CoverageModulationCHROMIUM(GLenum components) {
1708 gles2::GetGLContext()->CoverageModulationCHROMIUM(components);
1709 }
1707 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() { 1710 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() {
1708 return gles2::GetGLContext()->GetGraphicsResetStatusKHR(); 1711 return gles2::GetGLContext()->GetGraphicsResetStatusKHR();
1709 } 1712 }
1710 void GL_APIENTRY GLES2BlendBarrierKHR() { 1713 void GL_APIENTRY GLES2BlendBarrierKHR() {
1711 gles2::GetGLContext()->BlendBarrierKHR(); 1714 gles2::GetGLContext()->BlendBarrierKHR();
1712 } 1715 }
1713 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() { 1716 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() {
1714 gles2::GetGLContext()->ApplyScreenSpaceAntialiasingCHROMIUM(); 1717 gles2::GetGLContext()->ApplyScreenSpaceAntialiasingCHROMIUM();
1715 } 1718 }
1716 void GL_APIENTRY GLES2BindFragDataLocationIndexedEXT(GLuint program, 1719 void GL_APIENTRY GLES2BindFragDataLocationIndexedEXT(GLuint program,
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 "glBindFragmentInputLocationCHROMIUM", 3005 "glBindFragmentInputLocationCHROMIUM",
3003 reinterpret_cast<GLES2FunctionPointer>( 3006 reinterpret_cast<GLES2FunctionPointer>(
3004 glBindFragmentInputLocationCHROMIUM), 3007 glBindFragmentInputLocationCHROMIUM),
3005 }, 3008 },
3006 { 3009 {
3007 "glProgramPathFragmentInputGenCHROMIUM", 3010 "glProgramPathFragmentInputGenCHROMIUM",
3008 reinterpret_cast<GLES2FunctionPointer>( 3011 reinterpret_cast<GLES2FunctionPointer>(
3009 glProgramPathFragmentInputGenCHROMIUM), 3012 glProgramPathFragmentInputGenCHROMIUM),
3010 }, 3013 },
3011 { 3014 {
3015 "glCoverageModulationCHROMIUM",
3016 reinterpret_cast<GLES2FunctionPointer>(glCoverageModulationCHROMIUM),
3017 },
3018 {
3012 "glGetGraphicsResetStatusKHR", 3019 "glGetGraphicsResetStatusKHR",
3013 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR), 3020 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR),
3014 }, 3021 },
3015 { 3022 {
3016 "glBlendBarrierKHR", 3023 "glBlendBarrierKHR",
3017 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 3024 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
3018 }, 3025 },
3019 { 3026 {
3020 "glApplyScreenSpaceAntialiasingCHROMIUM", 3027 "glApplyScreenSpaceAntialiasingCHROMIUM",
3021 reinterpret_cast<GLES2FunctionPointer>( 3028 reinterpret_cast<GLES2FunctionPointer>(
(...skipping 12 matching lines...) Expand all
3034 "glGetFragDataIndexEXT", 3041 "glGetFragDataIndexEXT",
3035 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataIndexEXT), 3042 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataIndexEXT),
3036 }, 3043 },
3037 { 3044 {
3038 NULL, NULL, 3045 NULL, NULL,
3039 }, 3046 },
3040 }; 3047 };
3041 3048
3042 } // namespace gles2 3049 } // namespace gles2
3043 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3050 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_cmd_helper_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698