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

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

Issue 1298523003: Add GL_CHROMIUM_screen_space_antialiasing to support alternative AA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 5 years, 3 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 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1579 GLenum coverMode) { 1579 GLenum coverMode) {
1580 gles2::GetGLContext()->StencilThenCoverStrokePathCHROMIUM(path, reference, 1580 gles2::GetGLContext()->StencilThenCoverStrokePathCHROMIUM(path, reference,
1581 mask, coverMode); 1581 mask, coverMode);
1582 } 1582 }
1583 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() { 1583 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() {
1584 return gles2::GetGLContext()->GetGraphicsResetStatusKHR(); 1584 return gles2::GetGLContext()->GetGraphicsResetStatusKHR();
1585 } 1585 }
1586 void GL_APIENTRY GLES2BlendBarrierKHR() { 1586 void GL_APIENTRY GLES2BlendBarrierKHR() {
1587 gles2::GetGLContext()->BlendBarrierKHR(); 1587 gles2::GetGLContext()->BlendBarrierKHR();
1588 } 1588 }
1589 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() {
1590 gles2::GetGLContext()->ApplyScreenSpaceAntialiasingCHROMIUM();
1591 }
1589 1592
1590 namespace gles2 { 1593 namespace gles2 {
1591 1594
1592 extern const NameToFunc g_gles2_function_table[] = { 1595 extern const NameToFunc g_gles2_function_table[] = {
1593 { 1596 {
1594 "glActiveTexture", 1597 "glActiveTexture",
1595 reinterpret_cast<GLES2FunctionPointer>(glActiveTexture), 1598 reinterpret_cast<GLES2FunctionPointer>(glActiveTexture),
1596 }, 1599 },
1597 { 1600 {
1598 "glAttachShader", 1601 "glAttachShader",
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2808 }, 2811 },
2809 { 2812 {
2810 "glGetGraphicsResetStatusKHR", 2813 "glGetGraphicsResetStatusKHR",
2811 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR), 2814 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR),
2812 }, 2815 },
2813 { 2816 {
2814 "glBlendBarrierKHR", 2817 "glBlendBarrierKHR",
2815 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 2818 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
2816 }, 2819 },
2817 { 2820 {
2821 "glApplyScreenSpaceAntialiasingCHROMIUM",
2822 reinterpret_cast<GLES2FunctionPointer>(
2823 glApplyScreenSpaceAntialiasingCHROMIUM),
2824 },
2825 {
2818 NULL, NULL, 2826 NULL, NULL,
2819 }, 2827 },
2820 }; 2828 };
2821 2829
2822 } // namespace gles2 2830 } // namespace gles2
2823 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2831 #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