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

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

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 char* infolog) override; 241 char* infolog) override;
242 void GetShaderPrecisionFormat(GLenum shadertype, 242 void GetShaderPrecisionFormat(GLenum shadertype,
243 GLenum precisiontype, 243 GLenum precisiontype,
244 GLint* range, 244 GLint* range,
245 GLint* precision) override; 245 GLint* precision) override;
246 void GetShaderSource(GLuint shader, 246 void GetShaderSource(GLuint shader,
247 GLsizei bufsize, 247 GLsizei bufsize,
248 GLsizei* length, 248 GLsizei* length,
249 char* source) override; 249 char* source) override;
250 const GLubyte* GetString(GLenum name) override; 250 const GLubyte* GetString(GLenum name) override;
251 void GetSynciv(GLsync sync,
252 GLenum pname,
253 GLsizei bufsize,
254 GLsizei* length,
255 GLint* values) override;
251 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override; 256 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override;
252 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override; 257 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override;
253 void GetTransformFeedbackVarying(GLuint program, 258 void GetTransformFeedbackVarying(GLuint program,
254 GLuint index, 259 GLuint index,
255 GLsizei bufsize, 260 GLsizei bufsize,
256 GLsizei* length, 261 GLsizei* length,
257 GLsizei* size, 262 GLsizei* size,
258 GLenum* type, 263 GLenum* type,
259 char* name) override; 264 char* name) override;
260 GLuint GetUniformBlockIndex(GLuint program, const char* name) override; 265 GLuint GetUniformBlockIndex(GLuint program, const char* name) override;
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 GLint bounds_height, 699 GLint bounds_height,
695 GLfloat uv_x, 700 GLfloat uv_x,
696 GLfloat uv_y, 701 GLfloat uv_y,
697 GLfloat uv_width, 702 GLfloat uv_width,
698 GLfloat uv_height) override; 703 GLfloat uv_height) override;
699 void SwapInterval(GLint interval) override; 704 void SwapInterval(GLint interval) override;
700 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 705 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
701 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 706 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
702 void BlendBarrierKHR() override; 707 void BlendBarrierKHR() override;
703 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 708 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698