/external/chromium_org/third_party/mesa/src/src/glx/tests/ |
create_context_unittest.cpp | 129 struct glx_config fbc; member in class:glXCreateContextAttribARB_test 143 memset(&this->fbc, 0, sizeof(this->fbc)); 144 this->fbc.fbconfigID = 0xbeefcafe; 166 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, 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 [all...] |
/external/mesa3d/src/glx/tests/ |
create_context_unittest.cpp | 129 struct glx_config fbc; member in class:glXCreateContextAttribARB_test 143 memset(&this->fbc, 0, sizeof(this->fbc)); 144 this->fbc.fbconfigID = 0xbeefcafe; 166 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, 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 [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 97 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), local 99 if (!fbc) { 112 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]); 115 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLE_BUFFERS, &samp_buf); 116 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLES, &samples); 128 GLXFBConfig bestFbc = fbc[best_fbc]; 131 XFree(fbc);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |