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

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, add bogus spec text 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 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 } 1688 }
1689 void GL_APIENTRY 1689 void GL_APIENTRY
1690 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program, 1690 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program,
1691 GLint location, 1691 GLint location,
1692 GLenum genMode, 1692 GLenum genMode,
1693 GLint components, 1693 GLint components,
1694 const GLfloat* coeffs) { 1694 const GLfloat* coeffs) {
1695 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM( 1695 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM(
1696 program, location, genMode, components, coeffs); 1696 program, location, genMode, components, coeffs);
1697 } 1697 }
1698 void GL_APIENTRY GLES2CoverageModulationCHROMIUM(GLenum components) {
1699 gles2::GetGLContext()->CoverageModulationCHROMIUM(components);
1700 }
1698 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() { 1701 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() {
1699 return gles2::GetGLContext()->GetGraphicsResetStatusKHR(); 1702 return gles2::GetGLContext()->GetGraphicsResetStatusKHR();
1700 } 1703 }
1701 void GL_APIENTRY GLES2BlendBarrierKHR() { 1704 void GL_APIENTRY GLES2BlendBarrierKHR() {
1702 gles2::GetGLContext()->BlendBarrierKHR(); 1705 gles2::GetGLContext()->BlendBarrierKHR();
1703 } 1706 }
1704 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() { 1707 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() {
1705 gles2::GetGLContext()->ApplyScreenSpaceAntialiasingCHROMIUM(); 1708 gles2::GetGLContext()->ApplyScreenSpaceAntialiasingCHROMIUM();
1706 } 1709 }
1707 void GL_APIENTRY GLES2BindFragDataLocationIndexedEXT(GLuint program, 1710 void GL_APIENTRY GLES2BindFragDataLocationIndexedEXT(GLuint program,
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2989 "glBindFragmentInputLocationCHROMIUM", 2992 "glBindFragmentInputLocationCHROMIUM",
2990 reinterpret_cast<GLES2FunctionPointer>( 2993 reinterpret_cast<GLES2FunctionPointer>(
2991 glBindFragmentInputLocationCHROMIUM), 2994 glBindFragmentInputLocationCHROMIUM),
2992 }, 2995 },
2993 { 2996 {
2994 "glProgramPathFragmentInputGenCHROMIUM", 2997 "glProgramPathFragmentInputGenCHROMIUM",
2995 reinterpret_cast<GLES2FunctionPointer>( 2998 reinterpret_cast<GLES2FunctionPointer>(
2996 glProgramPathFragmentInputGenCHROMIUM), 2999 glProgramPathFragmentInputGenCHROMIUM),
2997 }, 3000 },
2998 { 3001 {
3002 "glCoverageModulationCHROMIUM",
3003 reinterpret_cast<GLES2FunctionPointer>(glCoverageModulationCHROMIUM),
3004 },
3005 {
2999 "glGetGraphicsResetStatusKHR", 3006 "glGetGraphicsResetStatusKHR",
3000 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR), 3007 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR),
3001 }, 3008 },
3002 { 3009 {
3003 "glBlendBarrierKHR", 3010 "glBlendBarrierKHR",
3004 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 3011 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
3005 }, 3012 },
3006 { 3013 {
3007 "glApplyScreenSpaceAntialiasingCHROMIUM", 3014 "glApplyScreenSpaceAntialiasingCHROMIUM",
3008 reinterpret_cast<GLES2FunctionPointer>( 3015 reinterpret_cast<GLES2FunctionPointer>(
(...skipping 12 matching lines...) Expand all
3021 "glGetFragDataIndexEXT", 3028 "glGetFragDataIndexEXT",
3022 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataIndexEXT), 3029 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataIndexEXT),
3023 }, 3030 },
3024 { 3031 {
3025 NULL, NULL, 3032 NULL, NULL,
3026 }, 3033 },
3027 }; 3034 };
3028 3035
3029 } // namespace gles2 3036 } // namespace gles2
3030 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3037 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698