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

Side by Side Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1513283002: Add support to send optimal format as part of ScheduleOverlayPlane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update cmd_buffer_functions Created 5 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
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 (sync_token)) 346 (sync_token))
347 VISIT_GL_CALL(DrawBuffersEXT, 347 VISIT_GL_CALL(DrawBuffersEXT,
348 void, 348 void,
349 (GLsizei count, const GLenum* bufs), 349 (GLsizei count, const GLenum* bufs),
350 (count, bufs)) 350 (count, bufs))
351 VISIT_GL_CALL(DiscardBackbufferCHROMIUM, void, (), ()) 351 VISIT_GL_CALL(DiscardBackbufferCHROMIUM, void, (), ())
352 VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM, 352 VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
353 void, 353 void,
354 (GLint plane_z_order, 354 (GLint plane_z_order,
355 GLenum plane_transform, 355 GLenum plane_transform,
356 GLuint storage_format,
356 GLuint overlay_texture_id, 357 GLuint overlay_texture_id,
357 GLint bounds_x, 358 GLint bounds_x,
358 GLint bounds_y, 359 GLint bounds_y,
359 GLint bounds_width, 360 GLint bounds_width,
360 GLint bounds_height, 361 GLint bounds_height,
361 GLfloat uv_x, 362 GLfloat uv_x,
362 GLfloat uv_y, 363 GLfloat uv_y,
363 GLfloat uv_width, 364 GLfloat uv_width,
364 GLfloat uv_height), 365 GLfloat uv_height,
366 GLboolean handle_scaling),
365 (plane_z_order, 367 (plane_z_order,
366 plane_transform, 368 plane_transform,
369 storage_format,
367 overlay_texture_id, 370 overlay_texture_id,
368 bounds_x, 371 bounds_x,
369 bounds_y, 372 bounds_y,
370 bounds_width, 373 bounds_width,
371 bounds_height, 374 bounds_height,
372 uv_x, 375 uv_x,
373 uv_y, 376 uv_y,
374 uv_width, 377 uv_width,
375 uv_height)) 378 uv_height,
379 handle_scaling))
376 VISIT_GL_CALL(ScheduleCALayerCHROMIUM, 380 VISIT_GL_CALL(ScheduleCALayerCHROMIUM,
377 void, 381 void,
378 (GLuint contents_texture_id, 382 (GLuint contents_texture_id,
379 const GLfloat* contents_rect, 383 const GLfloat* contents_rect,
380 GLfloat opacity, 384 GLfloat opacity,
381 const GLuint background_color, 385 const GLuint background_color,
382 const GLfloat* bounds_size, 386 const GLfloat* bounds_size,
383 const GLfloat* transform), 387 const GLfloat* transform),
384 (contents_texture_id, 388 (contents_texture_id,
385 contents_rect, 389 contents_rect,
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 (GLuint program, GLuint colorNumber, GLuint index, const char* name), 582 (GLuint program, GLuint colorNumber, GLuint index, const char* name),
579 (program, colorNumber, index, name)) 583 (program, colorNumber, index, name))
580 VISIT_GL_CALL(BindFragDataLocationEXT, 584 VISIT_GL_CALL(BindFragDataLocationEXT,
581 void, 585 void,
582 (GLuint program, GLuint colorNumber, const char* name), 586 (GLuint program, GLuint colorNumber, const char* name),
583 (program, colorNumber, name)) 587 (program, colorNumber, name))
584 VISIT_GL_CALL(GetFragDataIndexEXT, 588 VISIT_GL_CALL(GetFragDataIndexEXT,
585 GLint, 589 GLint,
586 (GLuint program, const char* name), 590 (GLuint program, const char* name),
587 (program, name)) 591 (program, name))
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698