summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_bindings_api_autogen_wgl.h
blob: 18b471d954cb5aedbf3f8cbb42942ccdf138f6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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;