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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: small clarification 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 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 } 1662 }
1663 void GL_APIENTRY 1663 void GL_APIENTRY
1664 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program, 1664 GLES2ProgramPathFragmentInputGenCHROMIUM(GLuint program,
1665 GLint location, 1665 GLint location,
1666 GLenum genMode, 1666 GLenum genMode,
1667 GLint components, 1667 GLint components,
1668 const GLfloat* coeffs) { 1668 const GLfloat* coeffs) {
1669 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM( 1669 gles2::GetGLContext()->ProgramPathFragmentInputGenCHROMIUM(
1670 program, location, genMode, components, coeffs); 1670 program, location, genMode, components, coeffs);
1671 } 1671 }
1672 void* GL_APIENTRY GLES2GetBufferSubDataAsyncCHROMIUM(GLenum target,
1673 GLintptr offset,
1674 GLsizeiptr size) {
1675 return gles2::GetGLContext()->GetBufferSubDataAsyncCHROMIUM(target, offset,
1676 size);
1677 }
1672 void GL_APIENTRY GLES2CoverageModulationCHROMIUM(GLenum components) { 1678 void GL_APIENTRY GLES2CoverageModulationCHROMIUM(GLenum components) {
1673 gles2::GetGLContext()->CoverageModulationCHROMIUM(components); 1679 gles2::GetGLContext()->CoverageModulationCHROMIUM(components);
1674 } 1680 }
1675 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() { 1681 GLenum GL_APIENTRY GLES2GetGraphicsResetStatusKHR() {
1676 return gles2::GetGLContext()->GetGraphicsResetStatusKHR(); 1682 return gles2::GetGLContext()->GetGraphicsResetStatusKHR();
1677 } 1683 }
1678 void GL_APIENTRY GLES2BlendBarrierKHR() { 1684 void GL_APIENTRY GLES2BlendBarrierKHR() {
1679 gles2::GetGLContext()->BlendBarrierKHR(); 1685 gles2::GetGLContext()->BlendBarrierKHR();
1680 } 1686 }
1681 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() { 1687 void GL_APIENTRY GLES2ApplyScreenSpaceAntialiasingCHROMIUM() {
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2963 "glBindFragmentInputLocationCHROMIUM", 2969 "glBindFragmentInputLocationCHROMIUM",
2964 reinterpret_cast<GLES2FunctionPointer>( 2970 reinterpret_cast<GLES2FunctionPointer>(
2965 glBindFragmentInputLocationCHROMIUM), 2971 glBindFragmentInputLocationCHROMIUM),
2966 }, 2972 },
2967 { 2973 {
2968 "glProgramPathFragmentInputGenCHROMIUM", 2974 "glProgramPathFragmentInputGenCHROMIUM",
2969 reinterpret_cast<GLES2FunctionPointer>( 2975 reinterpret_cast<GLES2FunctionPointer>(
2970 glProgramPathFragmentInputGenCHROMIUM), 2976 glProgramPathFragmentInputGenCHROMIUM),
2971 }, 2977 },
2972 { 2978 {
2979 "glGetBufferSubDataAsyncCHROMIUM",
2980 reinterpret_cast<GLES2FunctionPointer>(glGetBufferSubDataAsyncCHROMIUM),
2981 },
2982 {
2973 "glCoverageModulationCHROMIUM", 2983 "glCoverageModulationCHROMIUM",
2974 reinterpret_cast<GLES2FunctionPointer>(glCoverageModulationCHROMIUM), 2984 reinterpret_cast<GLES2FunctionPointer>(glCoverageModulationCHROMIUM),
2975 }, 2985 },
2976 { 2986 {
2977 "glGetGraphicsResetStatusKHR", 2987 "glGetGraphicsResetStatusKHR",
2978 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR), 2988 reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR),
2979 }, 2989 },
2980 { 2990 {
2981 "glBlendBarrierKHR", 2991 "glBlendBarrierKHR",
2982 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 2992 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
(...skipping 25 matching lines...) Expand all
3008 "glSwapBuffersWithDamageCHROMIUM", 3018 "glSwapBuffersWithDamageCHROMIUM",
3009 reinterpret_cast<GLES2FunctionPointer>(glSwapBuffersWithDamageCHROMIUM), 3019 reinterpret_cast<GLES2FunctionPointer>(glSwapBuffersWithDamageCHROMIUM),
3010 }, 3020 },
3011 { 3021 {
3012 NULL, NULL, 3022 NULL, NULL,
3013 }, 3023 },
3014 }; 3024 };
3015 3025
3016 } // namespace gles2 3026 } // namespace gles2
3017 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3027 #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