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

  /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/skia/src/gpu/gl/glx/
SkCreatePlatformGLContext_glx.cpp 180 PFNGLXCREATECONTEXTATTRIBSARBPROC glXCreateContextAttribsARB =
181 (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB");
193 fContext = glXCreateContextAttribsARB(fDisplay, bestFbc, glxShareContext, True,
215 glXCreateContextAttribsARB(fDisplay, bestFbc, glxShareContext, True,
242 fContext = glXCreateContextAttribsARB(fDisplay, bestFbc, glxShareContext, True,
  /external/mesa3d/src/glx/
create_context.c 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
glxcmds.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 172 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
glx_api.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 546 extern GLXContext glXCreateContextAttribsARB (Display *, GLXFBConfig, GLXContext, Bool, const int *);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxew.h 382 #define glXCreateContextAttribsARB GLXEW_GET_FUN(__glewXCreateContextAttribsARB)
    [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...]
  /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...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 2096 milliseconds