HomeSort by relevance Sort by last modified time
    Searched refs:GLXFBConfig (Results 1 - 25 of 30) sorted by null

1 2

  /external/autotest/client/deps/glbench/src/
glx_stuff.h 34 const GLXFBConfig fb_config() const {
40 GLXFBConfig fb_config_;
glx_stuff.cc 82 GLXFBConfig *fb_configs = glXChooseFBConfig(g_xlib_display, screen,
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 168 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0,
190 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
204 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
212 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
220 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
229 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
234 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share,
243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
251 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
261 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0
    [all...]
  /external/skia/tools/viewer/sk_app/unix/
WindowContextFactory_unix.h 26 GLXFBConfig* fFBConfig;
GLWindowContext_unix.cpp 37 GLXFBConfig* fFBConfig;
56 using CreateContextAttribsFn = GLXContext(Display*, GLXFBConfig, GLXContext, Bool, const int*);
Window_unix.h 81 GLXFBConfig* fFBConfig;
  /external/mesa3d/src/glx/
glxglvnddispatchfuncs.h 11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config,
17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret,
59 static inline __GLXvendorInfo *GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config)
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
  /external/mesa3d/include/GL/
glx.h 169 typedef struct __GLXFBConfigRec *GLXFBConfig;
242 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
245 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
248 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
252 GLXFBConfig config );
254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
259 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
264 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
291 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements)
    [all...]
glxext.h 53 typedef struct __GLXFBConfigRec *GLXFBConfig;
112 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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,
294 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements)
    [all...]
glxext.h 480 extern GLXFBConfig * glXGetFBConfigs (Display *, int, int *);
481 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
482 extern int glXGetFBConfigAttrib (Display *, GLXFBConfig, int, int *);
483 extern XVisualInfo * glXGetVisualFromFBConfig (Display *, GLXFBConfig);
484 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
486 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
488 extern GLXPbuffer glXCreatePbuffer (Display *, GLXFBConfig, const int *);
491 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
499 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
500 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/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...]
glxext.h 524 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
525 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
526 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
527 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
528 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
530 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
532 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
535 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
543 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
544 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
94 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
100 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value);
101 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
103 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config);
206 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,
glxapi.c 395 GLXFBConfig PUBLIC *
407 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
418 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList)
429 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
440 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
492 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value)
502 GLXFBConfig PUBLIC *
524 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config)
1382 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
    [all...]
fakeglx.c     [all...]
  /hardware/intel/common/libva/va/glx/
va_glx_private.h 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
127 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay),
160 GLXFBConfig bestFbc = fbc[best_fbc];
278 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
  /external/swiftshader/include/GL/
glxext.h 53 typedef struct __GLXFBConfigRec *GLXFBConfig;
112 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 53 typedef struct __GLXFBConfigRec *GLXFBConfig;
112 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements)
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
glx_empty.c 195 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfig config,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 112 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig);
124 const GLXFBConfig m_fbConfig;
278 GlxVisual::GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig)
542 GLXFBConfig maxConfig = DE_NULL;
545 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems);

Completed in 443 milliseconds

1 2