|
| 1 | +// Copyright 2016 The Chromium Authors |
| 2 | +// Use of this source code is governed by a BSD-style license that can be |
| 3 | +// found in the LICENSE file. |
| 4 | +// |
| 5 | +// This file is auto-generated from |
| 6 | +// ui/gl/generate_bindings.py |
| 7 | +// It's formatted by clang-format using chromium coding style: |
| 8 | +// clang-format -i -style=chromium filename |
| 9 | +// DO NOT EDIT! |
| 10 | + |
| 11 | +// Silence presubmit and Tricium warnings about include guards |
| 12 | +// no-include-guard-because-multiply-included |
| 13 | +// NOLINT(build/header_guard) |
| 14 | + |
| 15 | +void glXBindTexImageEXTFn(Display* dpy, |
| 16 | + GLXDrawable drawable, |
| 17 | + int buffer, |
| 18 | + int* attribList) override; |
| 19 | +GLXFBConfig* glXChooseFBConfigFn(Display* dpy, |
| 20 | + int screen, |
| 21 | + const int* attribList, |
| 22 | + int* nitems) override; |
| 23 | +XVisualInfo* glXChooseVisualFn(Display* dpy, |
| 24 | + int screen, |
| 25 | + int* attribList) override; |
| 26 | +void glXCopyContextFn(Display* dpy, |
| 27 | + GLXContext src, |
| 28 | + GLXContext dst, |
| 29 | + unsigned long mask) override; |
| 30 | +void glXCopySubBufferMESAFn(Display* dpy, |
| 31 | + GLXDrawable drawable, |
| 32 | + int x, |
| 33 | + int y, |
| 34 | + int width, |
| 35 | + int height) override; |
| 36 | +GLXContext glXCreateContextFn(Display* dpy, |
| 37 | + XVisualInfo* vis, |
| 38 | + GLXContext shareList, |
| 39 | + int direct) override; |
| 40 | +GLXContext glXCreateContextAttribsARBFn(Display* dpy, |
| 41 | + GLXFBConfig config, |
| 42 | + GLXContext share_context, |
| 43 | + int direct, |
| 44 | + const int* attrib_list) override; |
| 45 | +GLXPixmap glXCreateGLXPixmapFn(Display* dpy, |
| 46 | + XVisualInfo* visual, |
| 47 | + Pixmap pixmap) override; |
| 48 | +GLXContext glXCreateNewContextFn(Display* dpy, |
| 49 | + GLXFBConfig config, |
| 50 | + int renderType, |
| 51 | + GLXContext shareList, |
| 52 | + int direct) override; |
| 53 | +GLXPbuffer glXCreatePbufferFn(Display* dpy, |
| 54 | + GLXFBConfig config, |
| 55 | + const int* attribList) override; |
| 56 | +GLXPixmap glXCreatePixmapFn(Display* dpy, |
| 57 | + GLXFBConfig config, |
| 58 | + Pixmap pixmap, |
| 59 | + const int* attribList) override; |
| 60 | +GLXWindow glXCreateWindowFn(Display* dpy, |
| 61 | + GLXFBConfig config, |
| 62 | + Window win, |
| 63 | + const int* attribList) override; |
| 64 | +void glXDestroyContextFn(Display* dpy, GLXContext ctx) override; |
| 65 | +void glXDestroyGLXPixmapFn(Display* dpy, GLXPixmap pixmap) override; |
| 66 | +void glXDestroyPbufferFn(Display* dpy, GLXPbuffer pbuf) override; |
| 67 | +void glXDestroyPixmapFn(Display* dpy, GLXPixmap pixmap) override; |
| 68 | +void glXDestroyWindowFn(Display* dpy, GLXWindow window) override; |
| 69 | +const char* glXGetClientStringFn(Display* dpy, int name) override; |
| 70 | +int glXGetConfigFn(Display* dpy, |
| 71 | + XVisualInfo* visual, |
| 72 | + int attrib, |
| 73 | + int* value) override; |
| 74 | +GLXContext glXGetCurrentContextFn(void) override; |
| 75 | +Display* glXGetCurrentDisplayFn(void) override; |
| 76 | +GLXDrawable glXGetCurrentDrawableFn(void) override; |
| 77 | +GLXDrawable glXGetCurrentReadDrawableFn(void) override; |
| 78 | +int glXGetFBConfigAttribFn(Display* dpy, |
| 79 | + GLXFBConfig config, |
| 80 | + int attribute, |
| 81 | + int* value) override; |
| 82 | +GLXFBConfig glXGetFBConfigFromVisualSGIXFn(Display* dpy, |
| 83 | + XVisualInfo* visualInfo) override; |
| 84 | +GLXFBConfig* glXGetFBConfigsFn(Display* dpy, |
| 85 | + int screen, |
| 86 | + int* nelements) override; |
| 87 | +bool glXGetMscRateOMLFn(Display* dpy, |
| 88 | + GLXDrawable drawable, |
| 89 | + int32_t* numerator, |
| 90 | + int32_t* denominator) override; |
| 91 | +void glXGetSelectedEventFn(Display* dpy, |
| 92 | + GLXDrawable drawable, |
| 93 | + unsigned long* mask) override; |
| 94 | +bool glXGetSyncValuesOMLFn(Display* dpy, |
| 95 | + GLXDrawable drawable, |
| 96 | + int64_t* ust, |
| 97 | + int64_t* msc, |
| 98 | + int64_t* sbc) override; |
| 99 | +XVisualInfo* glXGetVisualFromFBConfigFn(Display* dpy, |
| 100 | + GLXFBConfig config) override; |
| 101 | +int glXIsDirectFn(Display* dpy, GLXContext ctx) override; |
| 102 | +int glXMakeContextCurrentFn(Display* dpy, |
| 103 | + GLXDrawable draw, |
| 104 | + GLXDrawable read, |
| 105 | + GLXContext ctx) override; |
| 106 | +int glXMakeCurrentFn(Display* dpy, |
| 107 | + GLXDrawable drawable, |
| 108 | + GLXContext ctx) override; |
| 109 | +int glXQueryContextFn(Display* dpy, |
| 110 | + GLXContext ctx, |
| 111 | + int attribute, |
| 112 | + int* value) override; |
| 113 | +void glXQueryDrawableFn(Display* dpy, |
| 114 | + GLXDrawable draw, |
| 115 | + int attribute, |
| 116 | + unsigned int* value) override; |
| 117 | +int glXQueryExtensionFn(Display* dpy, int* errorb, int* event) override; |
| 118 | +const char* glXQueryExtensionsStringFn(Display* dpy, int screen) override; |
| 119 | +const char* glXQueryServerStringFn(Display* dpy, int screen, int name) override; |
| 120 | +int glXQueryVersionFn(Display* dpy, int* maj, int* min) override; |
| 121 | +void glXReleaseTexImageEXTFn(Display* dpy, |
| 122 | + GLXDrawable drawable, |
| 123 | + int buffer) override; |
| 124 | +void glXSelectEventFn(Display* dpy, |
| 125 | + GLXDrawable drawable, |
| 126 | + unsigned long mask) override; |
| 127 | +void glXSwapBuffersFn(Display* dpy, GLXDrawable drawable) override; |
| 128 | +void glXSwapIntervalEXTFn(Display* dpy, |
| 129 | + GLXDrawable drawable, |
| 130 | + int interval) override; |
| 131 | +void glXSwapIntervalMESAFn(unsigned int interval) override; |
| 132 | +void glXUseXFontFn(Font font, int first, int count, int list) override; |
| 133 | +void glXWaitGLFn(void) override; |
| 134 | +int glXWaitVideoSyncSGIFn(int divisor, |
| 135 | + int remainder, |
| 136 | + unsigned int* count) override; |
| 137 | +void glXWaitXFn(void) override; |
0 commit comments