/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_context.c | 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) 45 if (attribList) { 46 for (i = 0; !done && attribList[i]; i++) { 47 switch (attribList[i]) { 49 majorVersion = attribList[++i]; 52 minorVersion = attribList[++i]; 55 layerPlane = attribList[++i]; 58 contextFlags = attribList[++i]; 61 profileMask = attribList[++i];
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_context.c | 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) 45 if (attribList) { 46 for (i = 0; !done && attribList[i]; i++) { 47 switch (attribList[i]) { 49 majorVersion = attribList[++i]; 52 minorVersion = attribList[++i]; 55 layerPlane = attribList[++i]; 58 contextFlags = attribList[++i]; 61 profileMask = attribList[++i];
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Display.cpp | 137 bool Display::getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig) 139 return mConfigSet.getConfigs(configs, attribList, configSize, numConfig); 189 EGLSurface Display::createWindowSurface(HWND window, EGLConfig config, const EGLint *attribList) 194 if (attribList) 196 while (*attribList != EGL_NONE) 198 switch (attribList[0]) 201 switch (attribList[1]) 212 postSubBufferSupported = attribList[1]; 222 attribList += 2; 250 EGLSurface Display::createOffscreenSurface(EGLConfig config, HANDLE shareHandle, const EGLint *attribList) [all...] |
Display.h | 40 bool getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig); 43 EGLSurface createWindowSurface(HWND window, EGLConfig config, const EGLint *attribList); 44 EGLSurface createOffscreenSurface(EGLConfig config, HANDLE shareHandle, const EGLint *attribList);
|
Config.h | 76 explicit SortConfig(const EGLint *attribList); 82 void scanForWantedComponents(const EGLint *attribList); 101 bool getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig);
|
Config.cpp | 132 SortConfig::SortConfig(const EGLint *attribList) 135 scanForWantedComponents(attribList); 138 void SortConfig::scanForWantedComponents(const EGLint *attribList) 143 for (const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2) 244 bool ConfigSet::getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig) 252 const EGLint *attribute = attribList; 310 sort(passed.begin(), passed.end(), SortConfig(attribList));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.h | 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); 93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 94 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList); 95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
|
realglx.h | 112 const int *attribList, int *nitems ); 126 const int *attribList ); 133 const int *attribList ); 140 const int *attribList );
|
glxapi.c | 439 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) 445 return (t->ChooseFBConfig)(dpy, screen, attribList, nitems); 461 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) 467 return (t->CreatePbuffer)(dpy, config, attribList); 472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) 478 return (t->CreatePixmap)(dpy, config, pixmap, attribList); 483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) 489 return (t->CreateWindow)(dpy, config, win, attribList); [all...] |
fakeglx.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.h | 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); 93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 94 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList); 95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
|
realglx.h | 112 const int *attribList, int *nitems ); 126 const int *attribList ); 133 const int *attribList ); 140 const int *attribList );
|
glxapi.c | 439 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) 445 return (t->ChooseFBConfig)(dpy, screen, attribList, nitems); 461 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) 467 return (t->CreatePbuffer)(dpy, config, attribList); 472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) 478 return (t->CreatePixmap)(dpy, config, pixmap, attribList); 483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) 489 return (t->CreateWindow)(dpy, config, win, attribList); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gl_c.h | 43 int* attribList );
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
glx.h | 201 int *attribList ); 256 const int *attribList, int *nitems ); 268 Window win, const int *attribList ); 273 Pixmap pixmap, const int *attribList ); 278 const int *attribList ); 379 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
/external/mesa3d/include/GL/ |
glx.h | 201 int *attribList ); 256 const int *attribList, int *nitems ); 268 Window win, const int *attribList ); 273 Pixmap pixmap, const int *attribList ); 278 const int *attribList ); 379 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glx.h | 191 int *attribList ); 246 const int *attribList, int *nitems ); 258 Window win, const int *attribList ); 263 Pixmap pixmap, const int *attribList ); 268 const int *attribList ); 366 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glx.h | 191 int *attribList ); 246 const int *attribList, int *nitems ); 258 Window win, const int *attribList ); 263 Pixmap pixmap, const int *attribList ); 268 const int *attribList ); 366 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glx.h | 191 int *attribList ); 246 const int *attribList, int *nitems ); 258 Window win, const int *attribList ); 263 Pixmap pixmap, const int *attribList ); 268 const int *attribList ); 366 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
/cts/tests/tests/media/src/android/media/cts/ |
InputSurface.java | 76 int[] attribList = { 86 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
|
OutputSurface.java | 131 int[] attribList = { 141 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
WrapperTest.java | 253 int[] attribList = { 263 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
|
/packages/apps/Camera/src/com/android/camera/ |
MosaicPreviewRenderer.java | 136 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; 139 attribList);
|
/packages/apps/Camera2/src/com/android/camera/ |
SurfaceTextureRenderer.java | 144 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; 147 mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, attribList);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |