/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 | 209 PFNGLXCREATECONTEXTATTRIBSARBPROC glXCreateContextAttribsARB = 210 (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); 217 fContext = glXCreateContextAttribsARB( 241 fContext = glXCreateContextAttribsARB(
|
/external/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 209 PFNGLXCREATECONTEXTATTRIBSARBPROC glXCreateContextAttribsARB = 210 (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); 217 fContext = glXCreateContextAttribsARB( 241 fContext = glXCreateContextAttribsARB(
|
/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 | 62 context_ = glXCreateContextAttribsARB( 70 << "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...] |