OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLX_ALIAS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.h
267
/*
GLX_ALIAS
should be used for functions with a non-void return type.
270
# define
GLX_ALIAS
(return_type, real_func, proto_args, args, aliased_func)
274
# define
GLX_ALIAS
(return_type, real_func, proto_args, args, aliased_func) \
278
GLX_ALIAS
(void, real_func, proto_args, args, aliased_func)
280
# define
GLX_ALIAS
(return_type, real_func, proto_args, args, aliased_func) \
glxcurrent.c
307
GLX_ALIAS
(Bool, glXMakeCurrentReadSGI,
312
GLX_ALIAS
(Bool, glXMakeContextCurrent,
glxcmds.c
[
all
...]
/external/mesa3d/src/glx/
glxextensions.h
267
/*
GLX_ALIAS
should be used for functions with a non-void return type.
270
# define
GLX_ALIAS
(return_type, real_func, proto_args, args, aliased_func)
274
# define
GLX_ALIAS
(return_type, real_func, proto_args, args, aliased_func) \
278
GLX_ALIAS
(void, real_func, proto_args, args, aliased_func)
280
# define
GLX_ALIAS
(return_type, real_func, proto_args, args, aliased_func) \
glxcurrent.c
307
GLX_ALIAS
(Bool, glXMakeCurrentReadSGI,
312
GLX_ALIAS
(Bool, glXMakeContextCurrent,
glxcmds.c
[
all
...]
Completed in 211 milliseconds