HomeSort by relevance Sort by last modified time
    Searched refs:glXCreateContextAttribsARB (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 166 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0,
176 glXCreateContextAttribsARB(this->dpy, NULL, 0, False, NULL);
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
    [all...]
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 166 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0,
176 glXCreateContextAttribsARB(this->dpy, NULL, 0, False, NULL);
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
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 178 PFNGLXCREATECONTEXTATTRIBSARBPROC glXCreateContextAttribsARB =
179 (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB");
191 fContext = glXCreateContextAttribsARB(fDisplay, bestFbc, 0, True,
213 glXCreateContextAttribsARB(fDisplay, bestFbc, 0, True, context_attribs_gl);
239 fContext = glXCreateContextAttribsARB(fDisplay, bestFbc, 0, True,
  /external/chromium_org/third_party/mesa/src/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
glxcmds.c     [all...]
  /external/mesa3d/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
glxcmds.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 172 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
glx_api.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 172 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
glx_api.c     [all...]
  /external/chromium_org/ui/gl/
gl_context_glx.cc 47 context_ = glXCreateContextAttribsARB(
55 << "glXCreateContextAttribsARB.";
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h 598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /external/mesa3d/include/GL/
glxext.h 598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]

Completed in 547 milliseconds