]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/wgl_stats.h
Special handling to retain the range of derived properties on type edit
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / wgl_stats.h
1 /*******************************************************************************
2  * Copyright (c) 2000, 2016 IBM Corporation and others.
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License 2.0
6  * which accompanies this distribution, and is available at
7  * https://www.eclipse.org/legal/epl-2.0/
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  *
11  * Contributors:
12  *    IBM Corporation - initial API and implementation
13  *******************************************************************************/
14
15 /* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
16 /* DO NOT EDIT - your changes will be lost. */
17
18 #ifdef NATIVE_STATS
19 extern int WGL_nativeFunctionCount;
20 extern int WGL_nativeFunctionCallCount[];
21 extern char* WGL_nativeFunctionNames[];
22 #define WGL_NATIVE_ENTER(env, that, func) WGL_nativeFunctionCallCount[func]++;
23 #define WGL_NATIVE_EXIT(env, that, func) 
24 #else
25 #ifndef WGL_NATIVE_ENTER
26 #define WGL_NATIVE_ENTER(env, that, func) 
27 #endif
28 #ifndef WGL_NATIVE_EXIT
29 #define WGL_NATIVE_EXIT(env, that, func) 
30 #endif
31 #endif
32
33 typedef enum {
34         ChoosePixelFormat_FUNC,
35         DescribePixelFormat_FUNC,
36         GetPixelFormat_FUNC,
37         SetPixelFormat_FUNC,
38         SwapBuffers_FUNC,
39         wglCopyContext_FUNC,
40         wglCreateContext_FUNC,
41         wglCreateLayerContext_FUNC,
42         wglDeleteContext_FUNC,
43         wglDescribeLayerPlane_FUNC,
44         wglGetCurrentContext_FUNC,
45         wglGetCurrentDC_FUNC,
46         wglGetLayerPaletteEntries_FUNC,
47         wglGetProcAddress_FUNC,
48         wglMakeCurrent_FUNC,
49         wglRealizeLayerPalette_FUNC,
50         wglSetLayerPaletteEntries_FUNC,
51         wglShareLists_FUNC,
52         wglSwapLayerBuffers_FUNC,
53 } WGL_FUNCS;