OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUNC_TYPE
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp
29
#define
FUNC_TYPE
(fname) __egl_ ## fname ## _t
31
typedef void (GL_APIENTRY *
FUNC_TYPE
(fname)) params;
34
typedef rtype (GL_APIENTRY *
FUNC_TYPE
(fname)) params;
47
FUNC_TYPE
(fname) fname;
68
(
FUNC_TYPE
(fname))iface->getProcAddress(#fname);
/sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp
31
#define
FUNC_TYPE
(fname) __egl_ ## fname ## _t
33
typedef void (GL_APIENTRY *
FUNC_TYPE
(fname)) params;
36
typedef rtype (GL_APIENTRY *
FUNC_TYPE
(fname)) params;
49
FUNC_TYPE
(fname) fname;
70
(
FUNC_TYPE
(fname))iface->getProcAddress(#fname);
/external/compiler-rt/lib/interception/
interception.h
146
# define
FUNC_TYPE
(x) x##_f
149
typedef ret_type (*
FUNC_TYPE
(func))(__VA_ARGS__); \
151
extern
FUNC_TYPE
(func) PTR_TO_REAL(func); \
169
typedef ret_type (*
FUNC_TYPE
(func))(__VA_ARGS__); \
171
FUNC_TYPE
(func) PTR_TO_REAL(func); \
210
typedef ret_type (__stdcall *
FUNC_TYPE
(func))(__VA_ARGS__); \
212
FUNC_TYPE
(func) PTR_TO_REAL(func); \
Completed in 154 milliseconds