OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVisualFromFBConfig
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c
90
glx.
GetVisualFromFBConfig
= _real_glXGetVisualFromFBConfig;
glxapi.h
103
XVisualInfo *(*
GetVisualFromFBConfig
)(Display *dpy, GLXFBConfig config);
glxapi.c
573
return (t->
GetVisualFromFBConfig
)(dpy, config);
[
all
...]
fakeglx.c
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
realglx.c
90
glx.
GetVisualFromFBConfig
= _real_glXGetVisualFromFBConfig;
glxapi.h
103
XVisualInfo *(*
GetVisualFromFBConfig
)(Display *dpy, GLXFBConfig config);
glxapi.c
573
return (t->
GetVisualFromFBConfig
)(dpy, config);
[
all
...]
fakeglx.c
[
all
...]
Completed in 48 milliseconds