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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: hide getBufferSubDataAsync behind ExperimentalCanvasFeatures Created 4 years, 2 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 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 } 1657 }
1658 void GL_APIENTRY 1658 void GL_APIENTRY
1659 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program, 1659 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program,
1660 GLint location, 1660 GLint location,
1661 GLenum genMode, 1661 GLenum genMode,
1662 GLint components, 1662 GLint components,
1663 const GLfloat* coeffs) { 1663 const GLfloat* coeffs) {
1664 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM( 1664 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM(
1665 program, location, genMode, components, coeffs); 1665 program, location, genMode, components, coeffs);
1666 } 1666 }
1667 void* GL_APIENTRY GLES2GetBufferSubDataAsyncCHROMIUM(GLenum target,
1668 GLintptr offset,
1669 GLsizeiptr size) {
1670 return gles2::GetGLContext()->GetBufferSubDataAsyncCHROMIUM(target, offset,
1671 size);
1672 }
1667 void GL_APIENTRY GLES2CoverageModulationCHROMIUM(GLenum components) { 1673 void GL_APIENTRY GLES2CoverageModulationCHROMIUM(GLenum components) {
1668 gles2::GetGLContext()->CoverageModulationCHROMIUM(components); 1674 gles2::GetGLContext()->CoverageModulationCHROMIUM(components);
1669 } 1675 }
1670 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() { 1676 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() {
1671 return gles2::GetGLContext()->GetGraphicsResetStatusKHR(); 1677 return gles2::GetGLContext()->GetGraphicsResetStatusKHR();
1672 } 1678 }
1673 void GL_APIENTRY GLES2BlendBarrierKHR() { 1679 void GL_APIENTRY GLES2BlendBarrierKHR() {
1674 gles2::GetGLContext()->BlendBarrierKHR(); 1680 gles2::GetGLContext()->BlendBarrierKHR();
1675 } 1681 }
1676 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() { 1682 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() {
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2954 "glBindFragmentInputLocationCHROMIUM", 2960 "glBindFragmentInputLocationCHROMIUM",
2955 reinterpret_cast<GLES2FunctionPointer>( 2961 reinterpret_cast<GLES2FunctionPointer>(
2956 glBindFragmentInputLocationCHROMIUM), 2962 glBindFragmentInputLocationCHROMIUM),
2957 }, 2963 },
2958 { 2964 {
2959 "glProgramPathFragmentInputGenCHROMIUM", 2965 "glProgramPathFragmentInputGenCHROMIUM",
2960 reinterpret_cast<GLES2FunctionPointer>( 2966 reinterpret_cast<GLES2FunctionPointer>(
2961 glProgramPathFragmentInputGenCHROMIUM), 2967 glProgramPathFragmentInputGenCHROMIUM),
2962 }, 2968 },
2963 { 2969 {
2970 "glGetBufferSubDataAsyncCHROMIUM",
2971 reinterpret_cast<GLES2FunctionPointer>(glGetBufferSubDataAsyncCHROMIUM),
2972 },
2973 {
2964 "glCoverageModulationCHROMIUM", 2974 "glCoverageModulationCHROMIUM",
2965 reinterpret_cast<GLES2FunctionPointer>(glCoverageModulationCHROMIUM), 2975 reinterpret_cast<GLES2FunctionPointer>(glCoverageModulationCHROMIUM),
2966 }, 2976 },
2967 { 2977 {
2968 "glGetGraphicsResetStatusKHR", 2978 "glGetGraphicsResetStatusKHR",
2969 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR), 2979 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR),
2970 }, 2980 },
2971 { 2981 {
2972 "glBlendBarrierKHR", 2982 "glBlendBarrierKHR",
2973 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 2983 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
(...skipping 25 matching lines...) Expand all
2999 "glSwapBuffersWithDamageCHROMIUM", 3009 "glSwapBuffersWithDamageCHROMIUM",
3000 reinterpret_cast<GLES2FunctionPointer>(glSwapBuffersWithDamageCHROMIUM), 3010 reinterpret_cast<GLES2FunctionPointer>(glSwapBuffersWithDamageCHROMIUM),
3001 }, 3011 },
3002 { 3012 {
3003 NULL, NULL, 3013 NULL, NULL,
3004 }, 3014 },
3005 }; 3015 };
3006 3016
3007 } // namespace gles2 3017 } // namespace gles2
3008 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3018 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698