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

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

Issue 780433006: Add framebuffer object related commands to command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tex
Patch Set: Created 6 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, 324 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */,
325 GLenum /* pname */, 325 GLenum /* pname */,
326 GLint* /* params */) { 326 GLint* /* params */) {
327 } 327 }
328 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, 328 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */,
329 GLenum /* pname */, 329 GLenum /* pname */,
330 void** /* pointer */) { 330 void** /* pointer */) {
331 } 331 }
332 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) { 332 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {
333 } 333 }
334 void GLES2InterfaceStub::InvalidateFramebuffer(
335 GLenum /* target */,
336 GLsizei /* count */,
337 const GLenum* /* attachments */) {
338 }
339 void GLES2InterfaceStub::InvalidateSubFramebuffer(
340 GLenum /* target */,
341 GLsizei /* count */,
342 const GLenum* /* attachments */,
343 GLint /* x */,
344 GLint /* y */,
345 GLsizei /* width */,
346 GLsizei /* height */) {
347 }
334 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { 348 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) {
335 return 0; 349 return 0;
336 } 350 }
337 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) { 351 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) {
338 return 0; 352 return 0;
339 } 353 }
340 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { 354 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) {
341 return 0; 355 return 0;
342 } 356 }
343 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) { 357 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) {
(...skipping 10 matching lines...) Expand all
354 } 368 }
355 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { 369 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) {
356 } 370 }
357 void GLES2InterfaceStub::LinkProgram(GLuint /* program */) { 371 void GLES2InterfaceStub::LinkProgram(GLuint /* program */) {
358 } 372 }
359 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { 373 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) {
360 } 374 }
361 void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, 375 void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */,
362 GLfloat /* units */) { 376 GLfloat /* units */) {
363 } 377 }
378 void GLES2InterfaceStub::ReadBuffer(GLenum /* src */) {
379 }
364 void GLES2InterfaceStub::ReadPixels(GLint /* x */, 380 void GLES2InterfaceStub::ReadPixels(GLint /* x */,
365 GLint /* y */, 381 GLint /* y */,
366 GLsizei /* width */, 382 GLsizei /* width */,
367 GLsizei /* height */, 383 GLsizei /* height */,
368 GLenum /* format */, 384 GLenum /* format */,
369 GLenum /* type */, 385 GLenum /* type */,
370 void* /* pixels */) { 386 void* /* pixels */) {
371 } 387 }
372 void GLES2InterfaceStub::ReleaseShaderCompiler() { 388 void GLES2InterfaceStub::ReleaseShaderCompiler() {
373 } 389 }
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 GLfloat /* uv_height */) { 992 GLfloat /* uv_height */) {
977 } 993 }
978 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 994 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
979 const GLfloat* /* m */) { 995 const GLfloat* /* m */) {
980 } 996 }
981 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 997 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
982 } 998 }
983 void GLES2InterfaceStub::BlendBarrierKHR() { 999 void GLES2InterfaceStub::BlendBarrierKHR() {
984 } 1000 }
985 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1001 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698