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

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

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 } 340 }
341 void GLES2GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) { 341 void GLES2GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) {
342 gles2::GetGLContext()->GetBufferParameteriv(target, pname, params); 342 gles2::GetGLContext()->GetBufferParameteriv(target, pname, params);
343 } 343 }
344 GLenum GLES2GetError() { 344 GLenum GLES2GetError() {
345 return gles2::GetGLContext()->GetError(); 345 return gles2::GetGLContext()->GetError();
346 } 346 }
347 void GLES2GetFloatv(GLenum pname, GLfloat* params) { 347 void GLES2GetFloatv(GLenum pname, GLfloat* params) {
348 gles2::GetGLContext()->GetFloatv(pname, params); 348 gles2::GetGLContext()->GetFloatv(pname, params);
349 } 349 }
350 GLint GLES2GetFragDataLocation(GLuint program, const char* name) {
351 return gles2::GetGLContext()->GetFragDataLocation(program, name);
352 }
350 void GLES2GetFramebufferAttachmentParameteriv(GLenum target, 353 void GLES2GetFramebufferAttachmentParameteriv(GLenum target,
351 GLenum attachment, 354 GLenum attachment,
352 GLenum pname, 355 GLenum pname,
353 GLint* params) { 356 GLint* params) {
354 gles2::GetGLContext()->GetFramebufferAttachmentParameteriv(target, attachment, 357 gles2::GetGLContext()->GetFramebufferAttachmentParameteriv(target, attachment,
355 pname, params); 358 pname, params);
356 } 359 }
357 void GLES2GetIntegerv(GLenum pname, GLint* params) { 360 void GLES2GetIntegerv(GLenum pname, GLint* params) {
358 gles2::GetGLContext()->GetIntegerv(pname, params); 361 gles2::GetGLContext()->GetIntegerv(pname, params);
359 } 362 }
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 }, 1533 },
1531 { 1534 {
1532 "glGetError", 1535 "glGetError",
1533 reinterpret_cast<GLES2FunctionPointer>(glGetError), 1536 reinterpret_cast<GLES2FunctionPointer>(glGetError),
1534 }, 1537 },
1535 { 1538 {
1536 "glGetFloatv", 1539 "glGetFloatv",
1537 reinterpret_cast<GLES2FunctionPointer>(glGetFloatv), 1540 reinterpret_cast<GLES2FunctionPointer>(glGetFloatv),
1538 }, 1541 },
1539 { 1542 {
1543 "glGetFragDataLocation",
1544 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataLocation),
1545 },
1546 {
1540 "glGetFramebufferAttachmentParameteriv", 1547 "glGetFramebufferAttachmentParameteriv",
1541 reinterpret_cast<GLES2FunctionPointer>( 1548 reinterpret_cast<GLES2FunctionPointer>(
1542 glGetFramebufferAttachmentParameteriv), 1549 glGetFramebufferAttachmentParameteriv),
1543 }, 1550 },
1544 { 1551 {
1545 "glGetIntegerv", 1552 "glGetIntegerv",
1546 reinterpret_cast<GLES2FunctionPointer>(glGetIntegerv), 1553 reinterpret_cast<GLES2FunctionPointer>(glGetIntegerv),
1547 }, 1554 },
1548 { 1555 {
1549 "glGetInternalformativ", 1556 "glGetInternalformativ",
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
2331 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 2338 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
2332 }, 2339 },
2333 { 2340 {
2334 NULL, 2341 NULL,
2335 NULL, 2342 NULL,
2336 }, 2343 },
2337 }; 2344 };
2338 2345
2339 } // namespace gles2 2346 } // namespace gles2
2340 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2347 #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