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

Unified Diff: ui/gl/gl_bindings_api_autogen_osmesa.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: ui/gl/gl_bindings_api_autogen_osmesa.h
diff --git a/ui/gl/gl_bindings_api_autogen_osmesa.h b/ui/gl/gl_bindings_api_autogen_osmesa.h
new file mode 100644
index 0000000000000000000000000000000000000000..c061275c06e8412827a3fed1f8e1c853ed8b66b3
--- /dev/null
+++ b/ui/gl/gl_bindings_api_autogen_osmesa.h
@@ -0,0 +1,38 @@
+// 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
+// ui/gl/generate_bindings.py
+// It's formatted by clang-format using chromium coding style:
+// clang-format -i -style=chromium filename
+// DO NOT EDIT!
+
+void OSMesaColorClampFn(GLboolean enable) override;
+OSMesaContext OSMesaCreateContextFn(GLenum format,
+ OSMesaContext sharelist) override;
+OSMesaContext OSMesaCreateContextExtFn(GLenum format,
+ GLint depthBits,
+ GLint stencilBits,
+ GLint accumBits,
+ OSMesaContext sharelist) override;
+void OSMesaDestroyContextFn(OSMesaContext ctx) override;
+GLboolean OSMesaGetColorBufferFn(OSMesaContext c,
+ GLint* width,
+ GLint* height,
+ GLint* format,
+ void** buffer) override;
+OSMesaContext OSMesaGetCurrentContextFn(void) override;
+GLboolean OSMesaGetDepthBufferFn(OSMesaContext c,
+ GLint* width,
+ GLint* height,
+ GLint* bytesPerValue,
+ void** buffer) override;
+void OSMesaGetIntegervFn(GLint pname, GLint* value) override;
+OSMESAproc OSMesaGetProcAddressFn(const char* funcName) override;
+GLboolean OSMesaMakeCurrentFn(OSMesaContext ctx,
+ void* buffer,
+ GLenum type,
+ GLsizei width,
+ GLsizei height) override;
+void OSMesaPixelStoreFn(GLint pname, GLint value) override;

Powered by Google App Engine
This is Rietveld 408576698