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

1 2

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 166 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0,
188 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
202 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
210 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
218 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
227 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
232 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share,
241 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
249 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
259 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0
    [all...]
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 166 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0,
188 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
202 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
210 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
218 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
227 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
232 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share,
241 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
249 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
259 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0
    [all...]
  /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...]
glxext.h 528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
530 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
531 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
547 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
548 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, 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...]
glxext.h 528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
530 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
531 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
547 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
548 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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,
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.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...]
  /external/chromium_org/third_party/mesa/src/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);
realglx.h 110 extern GLXFBConfig *
115 _real_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
118 extern GLXFBConfig *
122 _real_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config );
125 _real_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win,
132 _real_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap,
139 _real_glXCreatePbuffer( Display *dpy, GLXFBConfig config,
150 _real_glXCreateNewContext( Display *dpy, GLXFBConfig config,
  /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);
realglx.h 110 extern GLXFBConfig *
115 _real_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
118 extern GLXFBConfig *
122 _real_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config );
125 _real_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win,
132 _real_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap,
139 _real_glXCreatePbuffer( Display *dpy, GLXFBConfig config,
150 _real_glXCreateNewContext( Display *dpy, GLXFBConfig config,
  /external/chromium_org/third_party/libva/va/glx/
va_glx_private.h 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
  /hardware/intel/common/libva/va/glx/
va_glx_private.h 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 58 typedef GLXFBConfig EGLNativePixelFormatType;
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 88 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay),
119 GLXFBConfig bestFbc = fbc[best_fbc];
  /external/chromium_org/ui/gl/
gl_context_glx.cc 50 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
63 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 88 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay),
119 GLXFBConfig bestFbc = fbc[best_fbc];
  /external/chromium_org/third_party/mesa/src/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
  /external/mesa3d/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 111 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig);
123 const GLXFBConfig m_fbConfig;
180 GLXFBConfig m_fbConfig;
278 GlxVisual::GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig)
542 GLXFBConfig maxConfig = DE_NULL;
545 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems);
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 154 GLXFBConfig fb_config_;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,

Completed in 964 milliseconds

1 2