summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_bindings_api_autogen_osmesa.h
blob: c061275c06e8412827a3fed1f8e1c853ed8b66b3 (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
// 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;