OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLXFBConfig
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/include/GL/
glx.h
182
typedef struct __GLXFBConfigRec *
GLXFBConfig
;
255
extern
GLXFBConfig
*glXChooseFBConfig( Display *dpy, int screen,
258
extern int glXGetFBConfigAttrib( Display *dpy,
GLXFBConfig
config,
261
extern
GLXFBConfig
*glXGetFBConfigs( Display *dpy, int screen,
265
GLXFBConfig
config );
267
extern GLXWindow glXCreateWindow( Display *dpy,
GLXFBConfig
config,
272
extern GLXPixmap glXCreatePixmap( Display *dpy,
GLXFBConfig
config,
277
extern GLXPbuffer glXCreatePbuffer( Display *dpy,
GLXFBConfig
config,
285
extern GLXContext glXCreateNewContext( Display *dpy,
GLXFBConfig
config,
304
typedef
GLXFBConfig
* (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements)
[
all
...]
/external/mesa3d/include/GL/
glx.h
182
typedef struct __GLXFBConfigRec *
GLXFBConfig
;
255
extern
GLXFBConfig
*glXChooseFBConfig( Display *dpy, int screen,
258
extern int glXGetFBConfigAttrib( Display *dpy,
GLXFBConfig
config,
261
extern
GLXFBConfig
*glXGetFBConfigs( Display *dpy, int screen,
265
GLXFBConfig
config );
267
extern GLXWindow glXCreateWindow( Display *dpy,
GLXFBConfig
config,
272
extern GLXPixmap glXCreatePixmap( Display *dpy,
GLXFBConfig
config,
277
extern GLXPbuffer glXCreatePbuffer( Display *dpy,
GLXFBConfig
config,
285
extern GLXContext glXCreateNewContext( Display *dpy,
GLXFBConfig
config,
304
typedef
GLXFBConfig
* (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h
182
typedef struct __GLXFBConfigRec *
GLXFBConfig
;
245
extern
GLXFBConfig
*glXChooseFBConfig( Display *dpy, int screen,
248
extern int glXGetFBConfigAttrib( Display *dpy,
GLXFBConfig
config,
251
extern
GLXFBConfig
*glXGetFBConfigs( Display *dpy, int screen,
255
GLXFBConfig
config );
257
extern GLXWindow glXCreateWindow( Display *dpy,
GLXFBConfig
config,
262
extern GLXPixmap glXCreatePixmap( Display *dpy,
GLXFBConfig
config,
267
extern GLXPbuffer glXCreatePbuffer( Display *dpy,
GLXFBConfig
config,
275
extern GLXContext glXCreateNewContext( Display *dpy,
GLXFBConfig
config,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h
182
typedef struct __GLXFBConfigRec *
GLXFBConfig
;
245
extern
GLXFBConfig
*glXChooseFBConfig( Display *dpy, int screen,
248
extern int glXGetFBConfigAttrib( Display *dpy,
GLXFBConfig
config,
251
extern
GLXFBConfig
*glXGetFBConfigs( Display *dpy, int screen,
255
GLXFBConfig
config );
257
extern GLXWindow glXCreateWindow( Display *dpy,
GLXFBConfig
config,
262
extern GLXPixmap glXCreatePixmap( Display *dpy,
GLXFBConfig
config,
267
extern GLXPbuffer glXCreatePbuffer( Display *dpy,
GLXFBConfig
config,
275
extern GLXContext glXCreateNewContext( Display *dpy,
GLXFBConfig
config,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h
182
typedef struct __GLXFBConfigRec *
GLXFBConfig
;
245
extern
GLXFBConfig
*glXChooseFBConfig( Display *dpy, int screen,
248
extern int glXGetFBConfigAttrib( Display *dpy,
GLXFBConfig
config,
251
extern
GLXFBConfig
*glXGetFBConfigs( Display *dpy, int screen,
255
GLXFBConfig
config );
257
extern GLXWindow glXCreateWindow( Display *dpy,
GLXFBConfig
config,
262
extern GLXPixmap glXCreatePixmap( Display *dpy,
GLXFBConfig
config,
267
extern GLXPbuffer glXCreatePbuffer( Display *dpy,
GLXFBConfig
config,
275
extern GLXContext glXCreateNewContext( Display *dpy,
GLXFBConfig
config,
Completed in 145 milliseconds