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

  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 168 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0,
178 glXCreateContextAttribsARB(this->dpy, NULL, 0, False, NULL);
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
    [all...]
  /external/mesa3d/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
glxcmds.c     [all...]
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 300 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC)
301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB");
302 if (!glXCreateContextAttribsARB) {
303 SkDebugf("Failed to get address of glXCreateContextAttribsARB");
317 // glXCreateContextAttribsARB call writes to it upon failure and the
335 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true,
  /external/skqp/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 300 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC)
301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB");
302 if (!glXCreateContextAttribsARB) {
303 SkDebugf("Failed to get address of glXCreateContextAttribsARB");
317 // glXCreateContextAttribsARB call writes to it upon failure and the
335 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 173 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
glx_api.c     [all...]
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 99 glXCreateContextAttribsARB:
146 glXCreateContextAttribsARB
217 [Add to list of errors for glXCreateContextAttribsARB in section section
282 RESOLVED. The language for glXCreateContextAttribsARB already covers
315 glXCreateContextAttribsARB without error. If the requested
318 glXCreateContextAttribsARB.
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 1323 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
1382 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
    [all...]
  /external/mesa3d/include/GL/
glxext.h 177 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /external/swiftshader/include/GL/
glxext.h 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 594 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 177 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]

Completed in 293 milliseconds