| Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2a428ad792be5635920562164f69b6f214ae6358
|
| --- /dev/null
|
| +++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| @@ -0,0 +1,247 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// This file is auto-generated from
|
| +// gpu/command_buffer/build_gles2_cmd_buffer.py
|
| +// It's formatted by clang-format using chromium coding style:
|
| +// clang-format -i -style=chromium filename
|
| +// DO NOT EDIT!
|
| +
|
| +VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(TexStorage2DEXT,
|
| + void,
|
| + (GLenum target,
|
| + GLsizei levels,
|
| + GLenum internalFormat,
|
| + GLsizei width,
|
| + GLsizei height),
|
| + (target, levels, internalFormat, width, height))
|
| +VISIT_GL_CALL(SetDisjointValueSyncCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(InsertEventMarkerEXT,
|
| + void,
|
| + (GLsizei length, const GLchar* marker),
|
| + (length, marker))
|
| +VISIT_GL_CALL(PushGroupMarkerEXT,
|
| + void,
|
| + (GLsizei length, const GLchar* marker),
|
| + (length, marker))
|
| +VISIT_GL_CALL(PopGroupMarkerEXT, void, (), ())
|
| +VISIT_GL_CALL(GenVertexArraysOES,
|
| + void,
|
| + (GLsizei n, GLuint* arrays),
|
| + (n, arrays))
|
| +VISIT_GL_CALL(DeleteVertexArraysOES,
|
| + void,
|
| + (GLsizei n, const GLuint* arrays),
|
| + (n, arrays))
|
| +VISIT_GL_CALL(IsVertexArrayOES, GLboolean, (GLuint array), (array))
|
| +VISIT_GL_CALL(BindVertexArrayOES, void, (GLuint array), (array))
|
| +VISIT_GL_CALL(SwapBuffers, void, (), ())
|
| +VISIT_GL_CALL(GetMaxValueInBufferCHROMIUM,
|
| + GLuint,
|
| + (GLuint buffer_id, GLsizei count, GLenum type, GLuint offset),
|
| + (buffer_id, count, type, offset))
|
| +VISIT_GL_CALL(EnableFeatureCHROMIUM,
|
| + GLboolean,
|
| + (const char* feature),
|
| + (feature))
|
| +VISIT_GL_CALL(MapBufferSubDataCHROMIUM,
|
| + void*,
|
| + (GLuint target, GLintptr offset, GLsizeiptr size, GLenum access),
|
| + (target, offset, size, access))
|
| +VISIT_GL_CALL(UnmapBufferSubDataCHROMIUM, void, (const void* mem), (mem))
|
| +VISIT_GL_CALL(ResizeCHROMIUM,
|
| + void,
|
| + (GLuint width, GLuint height, GLfloat scale_factor),
|
| + (width, height, scale_factor))
|
| +VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ())
|
| +VISIT_GL_CALL(RequestExtensionCHROMIUM,
|
| + void,
|
| + (const char* extension),
|
| + (extension))
|
| +VISIT_GL_CALL(RateLimitOffscreenContextCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(GetProgramInfoCHROMIUM,
|
| + void,
|
| + (GLuint program, GLsizei bufsize, GLsizei* size, void* info),
|
| + (program, bufsize, size, info))
|
| +VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture))
|
| +VISIT_GL_CALL(GetTranslatedShaderSourceANGLE,
|
| + void,
|
| + (GLuint shader, GLsizei bufsize, GLsizei* length, char* source),
|
| + (shader, bufsize, length, source))
|
| +VISIT_GL_CALL(PostSubBufferCHROMIUM,
|
| + void,
|
| + (GLint x, GLint y, GLint width, GLint height),
|
| + (x, y, width, height))
|
| +VISIT_GL_CALL(TexImageIOSurface2DCHROMIUM,
|
| + void,
|
| + (GLenum target,
|
| + GLsizei width,
|
| + GLsizei height,
|
| + GLuint ioSurfaceId,
|
| + GLuint plane),
|
| + (target, width, height, ioSurfaceId, plane))
|
| +VISIT_GL_CALL(CompressedCopyTextureCHROMIUM,
|
| + void,
|
| + (GLenum target, GLenum source_id, GLenum dest_id),
|
| + (target, source_id, dest_id))
|
| +VISIT_GL_CALL(
|
| + CompressedCopySubTextureCHROMIUM,
|
| + void,
|
| + (GLenum target,
|
| + GLenum source_id,
|
| + GLenum dest_id,
|
| + GLint xoffset,
|
| + GLint yoffset,
|
| + GLint x,
|
| + GLint y,
|
| + GLsizei width,
|
| + GLsizei height),
|
| + (target, source_id, dest_id, xoffset, yoffset, x, y, width, height))
|
| +VISIT_GL_CALL(DrawArraysInstancedANGLE,
|
| + void,
|
| + (GLenum mode, GLint first, GLsizei count, GLsizei primcount),
|
| + (mode, first, count, primcount))
|
| +VISIT_GL_CALL(DrawElementsInstancedANGLE,
|
| + void,
|
| + (GLenum mode,
|
| + GLsizei count,
|
| + GLenum type,
|
| + const void* indices,
|
| + GLsizei primcount),
|
| + (mode, count, type, indices, primcount))
|
| +VISIT_GL_CALL(VertexAttribDivisorANGLE,
|
| + void,
|
| + (GLuint index, GLuint divisor),
|
| + (index, divisor))
|
| +VISIT_GL_CALL(BindUniformLocationCHROMIUM,
|
| + void,
|
| + (GLuint program, GLint location, const char* name),
|
| + (program, location, name))
|
| +VISIT_GL_CALL(GenValuebuffersCHROMIUM,
|
| + void,
|
| + (GLsizei n, GLuint* buffers),
|
| + (n, buffers))
|
| +VISIT_GL_CALL(DeleteValuebuffersCHROMIUM,
|
| + void,
|
| + (GLsizei n, const GLuint* valuebuffers),
|
| + (n, valuebuffers))
|
| +VISIT_GL_CALL(IsValuebufferCHROMIUM,
|
| + GLboolean,
|
| + (GLuint valuebuffer),
|
| + (valuebuffer))
|
| +VISIT_GL_CALL(BindValuebufferCHROMIUM,
|
| + void,
|
| + (GLenum target, GLuint valuebuffer),
|
| + (target, valuebuffer))
|
| +VISIT_GL_CALL(SubscribeValueCHROMIUM,
|
| + void,
|
| + (GLenum target, GLenum subscription),
|
| + (target, subscription))
|
| +VISIT_GL_CALL(PopulateSubscribedValuesCHROMIUM, void, (GLenum target), (target))
|
| +VISIT_GL_CALL(UniformValuebufferCHROMIUM,
|
| + void,
|
| + (GLint location, GLenum target, GLenum subscription),
|
| + (location, target, subscription))
|
| +VISIT_GL_CALL(TraceBeginCHROMIUM,
|
| + void,
|
| + (const char* category_name, const char* trace_name),
|
| + (category_name, trace_name))
|
| +VISIT_GL_CALL(TraceEndCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(LoseContextCHROMIUM,
|
| + void,
|
| + (GLenum current, GLenum other),
|
| + (current, other))
|
| +VISIT_GL_CALL(DrawBuffersEXT,
|
| + void,
|
| + (GLsizei count, const GLenum* bufs),
|
| + (count, bufs))
|
| +VISIT_GL_CALL(DiscardBackbufferCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
|
| + void,
|
| + (GLint plane_z_order,
|
| + GLenum plane_transform,
|
| + GLuint overlay_texture_id,
|
| + GLint bounds_x,
|
| + GLint bounds_y,
|
| + GLint bounds_width,
|
| + GLint bounds_height,
|
| + GLfloat uv_x,
|
| + GLfloat uv_y,
|
| + GLfloat uv_width,
|
| + GLfloat uv_height),
|
| + (plane_z_order,
|
| + plane_transform,
|
| + overlay_texture_id,
|
| + bounds_x,
|
| + bounds_y,
|
| + bounds_width,
|
| + bounds_height,
|
| + uv_x,
|
| + uv_y,
|
| + uv_width,
|
| + uv_height))
|
| +VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval))
|
| +VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(MatrixLoadfCHROMIUM,
|
| + void,
|
| + (GLenum matrixMode, const GLfloat* m),
|
| + (matrixMode, m))
|
| +VISIT_GL_CALL(MatrixLoadIdentityCHROMIUM,
|
| + void,
|
| + (GLenum matrixMode),
|
| + (matrixMode))
|
| +VISIT_GL_CALL(GenPathsCHROMIUM, GLuint, (GLsizei range), (range))
|
| +VISIT_GL_CALL(DeletePathsCHROMIUM,
|
| + void,
|
| + (GLuint path, GLsizei range),
|
| + (path, range))
|
| +VISIT_GL_CALL(IsPathCHROMIUM, GLboolean, (GLuint path), (path))
|
| +VISIT_GL_CALL(PathCommandsCHROMIUM,
|
| + void,
|
| + (GLuint path,
|
| + GLsizei numCommands,
|
| + const GLubyte* commands,
|
| + GLsizei numCoords,
|
| + GLenum coordType,
|
| + const GLvoid* coords),
|
| + (path, numCommands, commands, numCoords, coordType, coords))
|
| +VISIT_GL_CALL(PathParameterfCHROMIUM,
|
| + void,
|
| + (GLuint path, GLenum pname, GLfloat value),
|
| + (path, pname, value))
|
| +VISIT_GL_CALL(PathParameteriCHROMIUM,
|
| + void,
|
| + (GLuint path, GLenum pname, GLint value),
|
| + (path, pname, value))
|
| +VISIT_GL_CALL(PathStencilFuncCHROMIUM,
|
| + void,
|
| + (GLenum func, GLint ref, GLuint mask),
|
| + (func, ref, mask))
|
| +VISIT_GL_CALL(StencilFillPathCHROMIUM,
|
| + void,
|
| + (GLuint path, GLenum fillMode, GLuint mask),
|
| + (path, fillMode, mask))
|
| +VISIT_GL_CALL(StencilStrokePathCHROMIUM,
|
| + void,
|
| + (GLuint path, GLint reference, GLuint mask),
|
| + (path, reference, mask))
|
| +VISIT_GL_CALL(CoverFillPathCHROMIUM,
|
| + void,
|
| + (GLuint path, GLenum coverMode),
|
| + (path, coverMode))
|
| +VISIT_GL_CALL(CoverStrokePathCHROMIUM,
|
| + void,
|
| + (GLuint path, GLenum coverMode),
|
| + (path, coverMode))
|
| +VISIT_GL_CALL(StencilThenCoverFillPathCHROMIUM,
|
| + void,
|
| + (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode),
|
| + (path, fillMode, mask, coverMode))
|
| +VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM,
|
| + void,
|
| + (GLuint path, GLint reference, GLuint mask, GLenum coverMode),
|
| + (path, reference, mask, coverMode))
|
| +VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ())
|
| +VISIT_GL_CALL(BlendBarrierKHR, void, (), ())
|
|
|