OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glXChooseFBConfig
(Results
1 - 11
of
11
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx_mangle.h
59
#define
glXChooseFBConfig
mglXChooseFBConfig
glx.h
245
extern GLXFBConfig *
glXChooseFBConfig
( Display *dpy, int screen,
glxext.h
423
extern GLXFBConfig *
glXChooseFBConfig
(Display *, int, const int *, int *);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx_mangle.h
59
#define
glXChooseFBConfig
mglXChooseFBConfig
glx.h
245
extern GLXFBConfig *
glXChooseFBConfig
( Display *dpy, int screen,
glxext.h
423
extern GLXFBConfig *
glXChooseFBConfig
(Display *, int, const int *, int *);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx_mangle.h
59
#define
glXChooseFBConfig
mglXChooseFBConfig
glx.h
245
extern GLXFBConfig *
glXChooseFBConfig
( Display *dpy, int screen,
glxext.h
423
extern GLXFBConfig *
glXChooseFBConfig
(Display *, int, const int *, int *);
/external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp
132
GLXFBConfig* configs =
glXChooseFBConfig
(sharedDisplay(), 0, fbConfigAttributes, &returnedElements);
135
configs =
glXChooseFBConfig
(sharedDisplay(), 0, fbConfigAttributes, &returnedElements);
/external/skia/src/gpu/unix/
SkNativeGLContext_unix.cpp
96
GLXFBConfig *fbc =
glXChooseFBConfig
(fDisplay, DefaultScreen(fDisplay),
131
// Be sure to free the FBConfig list allocated by
glXChooseFBConfig
()
Completed in 134 milliseconds