Ion
|
Go to the source code of this file.
Macros | |
#define | ION_GFX_GLFUNCTIONS_H_ |
Copyright 2016 Google Inc. More... | |
#define | ION_TRACE_ARG(...) |
#define | ION_WRAP_GL_FUNC0(group, name, return_type) ION_WRAP_GL_FUNC(group, name, return_type, (), (), "") |
#define | ION_WRAP_GL_FUNC1(group, name, return_type, t1, a1) |
#define | ION_WRAP_GL_FUNC2(group, name, return_type,t1, a1, t2, a2) |
#define | ION_WRAP_GL_FUNC3(group, name, return_type,t1, a1, t2, a2, t3, a3) |
#define | ION_WRAP_GL_FUNC4(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4) |
#define | ION_WRAP_GL_FUNC5(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) |
#define | ION_WRAP_GL_FUNC6(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6) |
#define | ION_WRAP_GL_FUNC7(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5,t6, a6, t7, a7) |
#define | ION_WRAP_GL_FUNC8(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5,t6, a6, t7, a7, t8, a8) |
#define | ION_WRAP_GL_FUNC9(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5,t6, a6, t7, a7, t8, a8, t9, a9) |
#define | ION_WRAP_GL_FUNC10(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5,t6, a6, t7, a7, t8, a8, t9, a9, t10, a10) |
#define | ION_WRAP_GL_FUNC11(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5,t6, a6, t7, a7, t8, a8, t9, a9, t10, a10,t11, a11) |
#define | ION_WRAP_GL_FUNC12(group, name, return_type,t1, a1, t2, a2, t3, a3, t4, a4, t5, a5,t6, a6, t7, a7, t8, a8, t9, a9, t10, a10,t11, a11, t12, a12) |
#define ION_GFX_GLFUNCTIONS_H_ |
Copyright 2016 Google Inc.
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 20 of file graphicsmanager.h.
#define ION_TRACE_ARG | ( | ... | ) |
#define ION_WRAP_GL_FUNC0 | ( | group, | |
name, | |||
return_type | |||
) | ION_WRAP_GL_FUNC(group, name, return_type, (), (), "") |
Definition at line 57 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC1 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1 | |||
) |
Definition at line 60 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC10 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6, | |||
t7, | |||
a7, | |||
t8, | |||
a8, | |||
t9, | |||
a9, | |||
t10, | |||
a10 | |||
) |
Definition at line 164 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC11 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6, | |||
t7, | |||
a7, | |||
t8, | |||
a8, | |||
t9, | |||
a9, | |||
t10, | |||
a10, | |||
t11, | |||
a11 | |||
) |
Definition at line 182 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC12 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6, | |||
t7, | |||
a7, | |||
t8, | |||
a8, | |||
t9, | |||
a9, | |||
t10, | |||
a10, | |||
t11, | |||
a11, | |||
t12, | |||
a12 | |||
) |
Definition at line 202 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC2 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2 | |||
) |
Definition at line 68 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC3 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3 | |||
) |
Definition at line 76 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC4 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4 | |||
) |
Definition at line 85 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC5 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5 | |||
) |
Definition at line 95 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC6 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6 | |||
) |
Definition at line 106 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC7 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6, | |||
t7, | |||
a7 | |||
) |
Definition at line 118 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC8 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6, | |||
t7, | |||
a7, | |||
t8, | |||
a8 | |||
) |
Definition at line 132 of file graphicsmanager.h.
#define ION_WRAP_GL_FUNC9 | ( | group, | |
name, | |||
return_type, | |||
t1, | |||
a1, | |||
t2, | |||
a2, | |||
t3, | |||
a3, | |||
t4, | |||
a4, | |||
t5, | |||
a5, | |||
t6, | |||
a6, | |||
t7, | |||
a7, | |||
t8, | |||
a8, | |||
t9, | |||
a9 | |||
) |
Definition at line 147 of file graphicsmanager.h.