show OverlayRegion when FormActivated
[platform/framework/native/uifw.git] / inc / egl_macro.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0/
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 #ifndef _EGL_MACRO_H_
19 #define _EGL_MACRO_H_
20
21 #define eglGetError _SglGetError
22 #define eglGetDisplay   _SglGetDisplay
23 #define eglInitialize   _SglInitialize
24 #define eglTerminate _SglTerminate
25 #define eglQueryString _SglQueryString
26 #define eglGetConfigs _SglGetConfigs
27 #define eglChooseConfig _SglChooseConfig
28 #define eglGetConfigAttrib _SglGetConfigAttrib
29 #define eglCreateWindowSurface _SglCreateWindowSurface
30 #define eglCreatePbufferSurface _SglCreatePbufferSurface
31 #define eglCreatePixmapSurface _SglCreatePixmapSurface
32 #define eglDestroySurface   _SglDestroySurface
33 #define eglQuerySurface _SglQuerySurface
34 #define eglBindAPI _SglBindAPI
35 #define eglQueryAPI _SglQueryAPI
36 #define eglWaitClient _SglWaitClient
37 #define eglReleaseThread _SglReleaseThread
38 #define eglCreatePbufferFromClientBuffer _SglCreatePbufferFromClientBuffer
39 #define eglSurfaceAttrib _SglSurfaceAttrib
40 #define eglBindTexImage _SglBindTexImage
41 #define eglReleaseTexImage _SglReleaseTexImage
42 #define eglSwapInterval _SglSwapInterval
43 #define eglCreateContext _SglCreateContext
44 #define eglDestroyContext _SglDestroyContext
45 #define eglMakeCurrent _SglMakeCurrent
46 #define eglGetCurrentContext _SglGetCurrentContext
47 #define eglGetCurrentSurface _SglGetCurrentSurface
48 #define eglGetCurrentDisplay _SglGetCurrentDisplay
49 #define eglQueryContext _SglQueryContext
50 #define eglWaitGL _SglWaitGL
51 #define eglWaitNative _SglWaitNative
52 #define eglSwapBuffers _SglSwapBuffers
53 #define eglCopyBuffers _SglCopyBuffers
54 #define eglGetProcAddress _SglGetProcAddress
55 #define eglUpdateBufferOSP _SglUpdateBufferOSP
56
57 #endif // _EGL_MACRO_H_