HomeSort by relevance Sort by last modified time
    Searched refs:GLXFBConfig (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/ui/gl/
gl_image_glx.cc 94 scoped_ptr_malloc<GLXFBConfig, ScopedPtrXFree> config(
gl_surface_glx.cc 450 // case we need a GLXFBConfig for the window in order to create a
473 scoped_ptr_malloc<GLXFBConfig, ScopedPtrXFree> configs(
549 scoped_ptr_malloc<GLXFBConfig, ScopedPtrXFree> configs(
571 static_cast<GLXFBConfig>(config_),
  /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,
apple_glx_pbuffer.c 120 apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 438 GLXFBConfig PUBLIC *
450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
461 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList)
472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
535 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value)
545 GLXFBConfig PUBLIC *
567 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config)
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 438 GLXFBConfig PUBLIC *
450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
461 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList)
472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
535 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value)
545 GLXFBConfig PUBLIC *
567 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config)
    [all...]
fakeglx.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
glx_empty.c 195 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfig config,
apple_glx_pbuffer.c 120 apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc 77 const GLXFBConfig& fb_config,
109 bool Initialize(const GLXFBConfig& fb_config);
147 const GLXFBConfig& fb_config,
164 const GLXFBConfig& fb_config) {
286 scoped_ptr_malloc<GLXFBConfig, ScopedPtrXFree> glx_fb_configs(
rendering_helper_gl.cc 238 scoped_ptr_malloc<GLXFBConfig, ScopedPtrXFree> glx_fb_configs(
  /external/chromium_org/third_party/mesa/src/src/glx/
glx_pbuffer.c 645 glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int *attrib_list)
866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap,
886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win,
glxcmds.c 198 * Determine if a \c GLXFBConfig supplied by the application is valid.
201 * \param config Application supplied \c GLXFBConfig.
203 * \returns If the \c GLXFBConfig is valid, the a pointer to the matching
208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 645 glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int *attrib_list)
866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap,
886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win,
glxcmds.c 198 * Determine if a \c GLXFBConfig supplied by the application is valid.
201 * \param config Application supplied \c GLXFBConfig.
203 * \returns If the \c GLXFBConfig is valid, the a pointer to the matching
208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 127 GLXFBConfig *fbconfigs;
225 struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig,
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 127 GLXFBConfig *fbconfigs;
225 struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig,
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
    [all...]

Completed in 563 milliseconds

12