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

Unified Diff: ui/gl/gl_bindings_api_autogen_wgl.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_wgl.h
diff --git a/ui/gl/gl_bindings_api_autogen_wgl.h b/ui/gl/gl_bindings_api_autogen_wgl.h
new file mode 100644
index 0000000000000000000000000000000000000000..18b471d954cb5aedbf3f8cbb42942ccdf138f6b7
--- /dev/null
+++ b/ui/gl/gl_bindings_api_autogen_wgl.h
@@ -0,0 +1,39 @@
+// 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!
+
+BOOL wglChoosePixelFormatARBFn(HDC dc,
+ const int* int_attrib_list,
+ const float* float_attrib_list,
+ UINT max_formats,
+ int* formats,
+ UINT* num_formats) override;
+BOOL wglCopyContextFn(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) override;
+HGLRC wglCreateContextFn(HDC hdc) override;
+HGLRC wglCreateLayerContextFn(HDC hdc, int iLayerPlane) override;
+HPBUFFERARB wglCreatePbufferARBFn(HDC hDC,
+ int iPixelFormat,
+ int iWidth,
+ int iHeight,
+ const int* piAttribList) override;
+BOOL wglDeleteContextFn(HGLRC hglrc) override;
+BOOL wglDestroyPbufferARBFn(HPBUFFERARB hPbuffer) override;
+HGLRC wglGetCurrentContextFn() override;
+HDC wglGetCurrentDCFn() override;
+const char* wglGetExtensionsStringARBFn(HDC hDC) override;
+const char* wglGetExtensionsStringEXTFn() override;
+HDC wglGetPbufferDCARBFn(HPBUFFERARB hPbuffer) override;
+BOOL wglMakeCurrentFn(HDC hdc, HGLRC hglrc) override;
+BOOL wglQueryPbufferARBFn(HPBUFFERARB hPbuffer,
+ int iAttribute,
+ int* piValue) override;
+int wglReleasePbufferDCARBFn(HPBUFFERARB hPbuffer, HDC hDC) override;
+BOOL wglShareListsFn(HGLRC hglrc1, HGLRC hglrc2) override;
+BOOL wglSwapIntervalEXTFn(int interval) override;
+BOOL wglSwapLayerBuffersFn(HDC hdc, UINT fuPlanes) override;

Powered by Google App Engine
This is Rietveld 408576698