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

  /external/mesa3d/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
  /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/mesa/drivers/x11/
glxapi.c 1323 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
1382 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]

Completed in 684 milliseconds