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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 char* infolog) = 0; 246 char* infolog) = 0;
247 virtual void GetShaderPrecisionFormat(GLenum shadertype, 247 virtual void GetShaderPrecisionFormat(GLenum shadertype,
248 GLenum precisiontype, 248 GLenum precisiontype,
249 GLint* range, 249 GLint* range,
250 GLint* precision) = 0; 250 GLint* precision) = 0;
251 virtual void GetShaderSource(GLuint shader, 251 virtual void GetShaderSource(GLuint shader,
252 GLsizei bufsize, 252 GLsizei bufsize,
253 GLsizei* length, 253 GLsizei* length,
254 char* source) = 0; 254 char* source) = 0;
255 virtual const GLubyte* GetString(GLenum name) = 0; 255 virtual const GLubyte* GetString(GLenum name) = 0;
256 virtual void GetSynciv(GLsync sync,
257 GLenum pname,
258 GLsizei bufsize,
259 GLsizei* length,
260 GLint* values) = 0;
256 virtual void GetTexParameterfv(GLenum target, 261 virtual void GetTexParameterfv(GLenum target,
257 GLenum pname, 262 GLenum pname,
258 GLfloat* params) = 0; 263 GLfloat* params) = 0;
259 virtual void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) = 0; 264 virtual void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) = 0;
260 virtual void GetTransformFeedbackVarying(GLuint program, 265 virtual void GetTransformFeedbackVarying(GLuint program,
261 GLuint index, 266 GLuint index,
262 GLsizei bufsize, 267 GLsizei bufsize,
263 GLsizei* length, 268 GLsizei* length,
264 GLsizei* size, 269 GLsizei* size,
265 GLenum* type, 270 GLenum* type,
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 GLint bounds_height, 717 GLint bounds_height,
713 GLfloat uv_x, 718 GLfloat uv_x,
714 GLfloat uv_y, 719 GLfloat uv_y,
715 GLfloat uv_width, 720 GLfloat uv_width,
716 GLfloat uv_height) = 0; 721 GLfloat uv_height) = 0;
717 virtual void SwapInterval(GLint interval) = 0; 722 virtual void SwapInterval(GLint interval) = 0;
718 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 723 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
719 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 724 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
720 virtual void BlendBarrierKHR() = 0; 725 virtual void BlendBarrierKHR() = 0;
721 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 726 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698