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

Side by Side Diff: ui/gl/gl_bindings_api_autogen_wgl.h

Issue 2017623002: Create core profile contexts with WGL when --enable-unsafe-es3-apis is used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_wgl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // ui/gl/generate_bindings.py 6 // ui/gl/generate_bindings.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
11 BOOL wglChoosePixelFormatARBFn(HDC dc, 11 BOOL wglChoosePixelFormatARBFn(HDC dc,
12 const int* int_attrib_list, 12 const int* int_attrib_list,
13 const float* float_attrib_list, 13 const float* float_attrib_list,
14 UINT max_formats, 14 UINT max_formats,
15 int* formats, 15 int* formats,
16 UINT* num_formats) override; 16 UINT* num_formats) override;
17 BOOL wglCopyContextFn(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) override; 17 BOOL wglCopyContextFn(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) override;
18 HGLRC wglCreateContextFn(HDC hdc) override; 18 HGLRC wglCreateContextFn(HDC hdc) override;
19 HGLRC wglCreateContextAttribsARBFn(HDC hDC,
20 HGLRC hShareContext,
21 const int* attribList) override;
19 HGLRC wglCreateLayerContextFn(HDC hdc, int iLayerPlane) override; 22 HGLRC wglCreateLayerContextFn(HDC hdc, int iLayerPlane) override;
20 HPBUFFERARB wglCreatePbufferARBFn(HDC hDC, 23 HPBUFFERARB wglCreatePbufferARBFn(HDC hDC,
21 int iPixelFormat, 24 int iPixelFormat,
22 int iWidth, 25 int iWidth,
23 int iHeight, 26 int iHeight,
24 const int* piAttribList) override; 27 const int* piAttribList) override;
25 BOOL wglDeleteContextFn(HGLRC hglrc) override; 28 BOOL wglDeleteContextFn(HGLRC hglrc) override;
26 BOOL wglDestroyPbufferARBFn(HPBUFFERARB hPbuffer) override; 29 BOOL wglDestroyPbufferARBFn(HPBUFFERARB hPbuffer) override;
27 HGLRC wglGetCurrentContextFn() override; 30 HGLRC wglGetCurrentContextFn() override;
28 HDC wglGetCurrentDCFn() override; 31 HDC wglGetCurrentDCFn() override;
29 const char* wglGetExtensionsStringARBFn(HDC hDC) override; 32 const char* wglGetExtensionsStringARBFn(HDC hDC) override;
30 const char* wglGetExtensionsStringEXTFn() override; 33 const char* wglGetExtensionsStringEXTFn() override;
31 HDC wglGetPbufferDCARBFn(HPBUFFERARB hPbuffer) override; 34 HDC wglGetPbufferDCARBFn(HPBUFFERARB hPbuffer) override;
32 BOOL wglMakeCurrentFn(HDC hdc, HGLRC hglrc) override; 35 BOOL wglMakeCurrentFn(HDC hdc, HGLRC hglrc) override;
33 BOOL wglQueryPbufferARBFn(HPBUFFERARB hPbuffer, 36 BOOL wglQueryPbufferARBFn(HPBUFFERARB hPbuffer,
34 int iAttribute, 37 int iAttribute,
35 int* piValue) override; 38 int* piValue) override;
36 int wglReleasePbufferDCARBFn(HPBUFFERARB hPbuffer, HDC hDC) override; 39 int wglReleasePbufferDCARBFn(HPBUFFERARB hPbuffer, HDC hDC) override;
37 BOOL wglShareListsFn(HGLRC hglrc1, HGLRC hglrc2) override; 40 BOOL wglShareListsFn(HGLRC hglrc1, HGLRC hglrc2) override;
38 BOOL wglSwapIntervalEXTFn(int interval) override; 41 BOOL wglSwapIntervalEXTFn(int interval) override;
39 BOOL wglSwapLayerBuffersFn(HDC hdc, UINT fuPlanes) override; 42 BOOL wglSwapLayerBuffersFn(HDC hdc, UINT fuPlanes) override;
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_wgl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698