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

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

Issue 2175043002: Add command buffer function glScheduleCALayerFilterEffectsCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix autogenerated tests. Created 4 years, 5 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 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 } 1469 }
1470 void GL_APIENTRY 1470 void GL_APIENTRY
1471 GLES2ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity, 1471 GLES2ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity,
1472 GLboolean is_clipped, 1472 GLboolean is_clipped,
1473 const GLfloat* clip_rect, 1473 const GLfloat* clip_rect,
1474 GLint sorting_context_id, 1474 GLint sorting_context_id,
1475 const GLfloat* transform) { 1475 const GLfloat* transform) {
1476 gles2::GetGLContext()->ScheduleCALayerSharedStateCHROMIUM( 1476 gles2::GetGLContext()->ScheduleCALayerSharedStateCHROMIUM(
1477 opacity, is_clipped, clip_rect, sorting_context_id, transform); 1477 opacity, is_clipped, clip_rect, sorting_context_id, transform);
1478 } 1478 }
1479 void GL_APIENTRY GLES2ScheduleCALayerFilterEffectsCHROMIUM(
1480 GLsizei count,
1481 const GLCALayerFilterEffect* effects) {
1482 gles2::GetGLContext()->ScheduleCALayerFilterEffectsCHROMIUM(count, effects);
1483 }
1479 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1484 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1480 const GLfloat* contents_rect, 1485 const GLfloat* contents_rect,
1481 GLuint background_color, 1486 GLuint background_color,
1482 GLuint edge_aa_mask, 1487 GLuint edge_aa_mask,
1483 const GLfloat* bounds_rect, 1488 const GLfloat* bounds_rect,
1484 GLuint filter) { 1489 GLuint filter) {
1485 gles2::GetGLContext()->ScheduleCALayerCHROMIUM( 1490 gles2::GetGLContext()->ScheduleCALayerCHROMIUM(
1486 contents_texture_id, contents_rect, background_color, edge_aa_mask, 1491 contents_texture_id, contents_rect, background_color, edge_aa_mask,
1487 bounds_rect, filter); 1492 bounds_rect, filter);
1488 } 1493 }
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2821 { 2826 {
2822 "glScheduleOverlayPlaneCHROMIUM", 2827 "glScheduleOverlayPlaneCHROMIUM",
2823 reinterpret_cast<GLES2FunctionPointer>(glScheduleOverlayPlaneCHROMIUM), 2828 reinterpret_cast<GLES2FunctionPointer>(glScheduleOverlayPlaneCHROMIUM),
2824 }, 2829 },
2825 { 2830 {
2826 "glScheduleCALayerSharedStateCHROMIUM", 2831 "glScheduleCALayerSharedStateCHROMIUM",
2827 reinterpret_cast<GLES2FunctionPointer>( 2832 reinterpret_cast<GLES2FunctionPointer>(
2828 glScheduleCALayerSharedStateCHROMIUM), 2833 glScheduleCALayerSharedStateCHROMIUM),
2829 }, 2834 },
2830 { 2835 {
2836 "glScheduleCALayerFilterEffectsCHROMIUM",
2837 reinterpret_cast<GLES2FunctionPointer>(
2838 glScheduleCALayerFilterEffectsCHROMIUM),
2839 },
2840 {
2831 "glScheduleCALayerCHROMIUM", 2841 "glScheduleCALayerCHROMIUM",
2832 reinterpret_cast<GLES2FunctionPointer>(glScheduleCALayerCHROMIUM), 2842 reinterpret_cast<GLES2FunctionPointer>(glScheduleCALayerCHROMIUM),
2833 }, 2843 },
2834 { 2844 {
2835 "glScheduleCALayerInUseQueryCHROMIUM", 2845 "glScheduleCALayerInUseQueryCHROMIUM",
2836 reinterpret_cast<GLES2FunctionPointer>( 2846 reinterpret_cast<GLES2FunctionPointer>(
2837 glScheduleCALayerInUseQueryCHROMIUM), 2847 glScheduleCALayerInUseQueryCHROMIUM),
2838 }, 2848 },
2839 { 2849 {
2840 "glCommitOverlayPlanesCHROMIUM", 2850 "glCommitOverlayPlanesCHROMIUM",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2989 reinterpret_cast<GLES2FunctionPointer>( 2999 reinterpret_cast<GLES2FunctionPointer>(
2990 glUniformMatrix4fvStreamTextureMatrixCHROMIUM), 3000 glUniformMatrix4fvStreamTextureMatrixCHROMIUM),
2991 }, 3001 },
2992 { 3002 {
2993 NULL, NULL, 3003 NULL, NULL,
2994 }, 3004 },
2995 }; 3005 };
2996 3006
2997 } // namespace gles2 3007 } // namespace gles2
2998 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3008 #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