/external/chromium_org/ash/wm/ |
maximize_bubble_controller.h | 37 // Called from the outside to destroy the interface to the UI visuals. 38 // The visuals will then delete when possible (maybe asynchronously). 41 // Update the UI visuals to reflect the previewed |snap_type| snapping state.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 46 * This is used to fetch GLX visuals/fbconfigs. It steals code from GLX. 59 XVisualInfo *visuals; member in struct:x11_screen 109 if (xscr->visuals) 110 XFree(xscr->visuals); 167 * Return the X visuals. 172 if (!xscr->visuals) { 175 xscr->visuals = XGetVisualInfo(xscr->dpy, VisualScreenMask, 181 return xscr->visuals;
|
native_ximage.c | 383 const XVisualInfo *visuals; local 386 visuals = x11_screen_get_visuals(xdpy->xscr, &num_visuals); 387 if (!visuals) 402 xconf->visual = &visuals[i];
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 46 * This is used to fetch GLX visuals/fbconfigs. It steals code from GLX. 59 XVisualInfo *visuals; member in struct:x11_screen 109 if (xscr->visuals) 110 XFree(xscr->visuals); 167 * Return the X visuals. 172 if (!xscr->visuals) { 175 xscr->visuals = XGetVisualInfo(xscr->dpy, VisualScreenMask, 181 return xscr->visuals;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_glx.c | 339 struct glx_config *visual, *configs = NULL, *visuals = NULL; local 450 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); 452 if (!configs || !visuals) 457 glx_config_destroy_list(psc->base.visuals); 458 psc->base.visuals = visuals; 462 /* Visuals with depth != screen depth are subject to automatic compositing 466 for (visual = psc->base.visuals; visual; visual = visual->next) { 468 XVisualInfo *visuals; local [all...] |
drisw_glx.c | 636 struct glx_config *configs = NULL, *visuals = NULL; local 683 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); 685 if (!configs || !visuals) 690 glx_config_destroy_list(psc->base.visuals); 691 psc->base.visuals = visuals; 707 if (visuals) 708 glx_config_destroy_list(visuals);
|
dri2_glx.c | 1028 struct glx_config *configs = NULL, *visuals = NULL; local 1120 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); 1122 if (!configs || !visuals) 1127 glx_config_destroy_list(psc->base.visuals); 1128 psc->base.visuals = visuals; [all...] |
/external/mesa3d/src/glx/ |
dri_glx.c | 339 struct glx_config *visual, *configs = NULL, *visuals = NULL; local 450 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); 452 if (!configs || !visuals) 457 glx_config_destroy_list(psc->base.visuals); 458 psc->base.visuals = visuals; 462 /* Visuals with depth != screen depth are subject to automatic compositing 466 for (visual = psc->base.visuals; visual; visual = visual->next) { 468 XVisualInfo *visuals; local [all...] |
drisw_glx.c | 636 struct glx_config *configs = NULL, *visuals = NULL; local 683 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); 685 if (!configs || !visuals) 690 glx_config_destroy_list(psc->base.visuals); 691 psc->base.visuals = visuals; 707 if (visuals) 708 glx_config_destroy_list(visuals);
|
dri2_glx.c | 1028 struct glx_config *configs = NULL, *visuals = NULL; local 1120 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); 1122 if (!configs || !visuals) 1127 glx_config_destroy_list(psc->base.visuals); 1128 psc->base.visuals = visuals; [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_pixmap_colormap.spec | 33 StaticColor, GrayScale and StaticGray visuals, Mesa needs a colormap
|
/external/chromium_org/ui/views/corewm/ |
window_util.h | 40 // animations that want to animate between the existing visuals and a new window
|
/external/mesa3d/docs/ |
MESA_pixmap_colormap.spec | 33 StaticColor, GrayScale and StaticGray visuals, Mesa needs a colormap
|
/external/chromium_org/third_party/skia/include/device/xps/ |
SkXPSDevice.h | 266 IXpsOMVisualCollection* visuals, 272 IXpsOMVisualCollection* visuals); 277 IXpsOMVisualCollection* visuals);
|
/external/skia/include/device/xps/ |
SkXPSDevice.h | 266 IXpsOMVisualCollection* visuals, 272 IXpsOMVisualCollection* visuals); 277 IXpsOMVisualCollection* visuals);
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 486 } visuals[] = { local 497 for (i = 0; visuals[i].format; i++) { 513 count + 1, visuals[i].size, surface_type, NULL, 514 visuals[i].rgba_masks); 516 dri2_conf->base.NativeVisualID = visuals[i].format; 517 dri2_conf->base.NativeVisualType = visuals[i].format; 525 visuals[i].format);
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 486 } visuals[] = { local 497 for (i = 0; visuals[i].format; i++) { 513 count + 1, visuals[i].size, surface_type, NULL, 514 visuals[i].rgba_masks); 516 dri2_conf->base.NativeVisualID = visuals[i].format; 517 dri2_conf->base.NativeVisualType = visuals[i].format; 525 visuals[i].format);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11modes.c | 346 if (this->hidden->visuals[i].visual == DefaultVisual(SDL_Display, SDL_Screen)) return n; 348 this->hidden->visuals[n].depth = DefaultDepth(SDL_Display, SDL_Screen);; 349 this->hidden->visuals[n].visual = DefaultVisual(SDL_Display, SDL_Screen);; 358 this->hidden->visuals[n].depth = vi.depth; 359 this->hidden->visuals[n].visual = vi.visual; 375 this->hidden->visuals[n].depth = vi->depth; 376 this->hidden->visuals[n].visual = vi->visual; 804 /* Search for the visuals in deepest-first order, so that the first 825 SDL_SetError("Found no sufficiently capable X11 visuals"); 832 int d = this->hidden->visuals[i].depth [all...] |
SDL_x11video.h | 103 /* available visuals of interest to us, sorted deepest first */ 108 } visuals[2*5]; /* at most 2 entries for 8, 15, 16, 24, 32 */ member in struct:SDL_PrivateVideoData
|
/external/chromium_org/third_party/skia/src/device/xps/ |
SkXPSDevice.cpp | 286 "Could not get scale canvas visuals."); 308 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals."); 540 IXpsOMVisualCollection* visuals, 553 HRM(visuals->Append(*path), "Could not add path to visuals."); 572 IXpsOMVisualCollection* visuals) { 577 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); 595 IXpsOMVisualCollection* visuals) { 600 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); 695 "Could not get image brush canvas visuals collection.") 2165 SkTScopedComPtr<IXpsOMVisualCollection> visuals; local [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 286 "Could not get scale canvas visuals."); 308 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals."); 540 IXpsOMVisualCollection* visuals, 553 HRM(visuals->Append(*path), "Could not add path to visuals."); 572 IXpsOMVisualCollection* visuals) { 577 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); 595 IXpsOMVisualCollection* visuals) { 600 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); 695 "Could not get image brush canvas visuals collection.") 2165 SkTScopedComPtr<IXpsOMVisualCollection> visuals; local [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/ |
egl_glx.c | 126 XVisualInfo *visuals; member in struct:GLX_egl_display 483 GLX_dpy->visuals = XGetVisualInfo(GLX_dpy->dpy, mask, &vinfo_template, 502 &GLX_dpy->visuals[i], &template); 658 if (GLX_dpy->visuals) 659 XFree(GLX_dpy->visuals); 704 &GLX_dpy->visuals[GLX_egl_config_index(conf)], 917 &GLX_dpy->visuals[GLX_egl_config_index(conf)], [all...] |
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 126 XVisualInfo *visuals; member in struct:GLX_egl_display 483 GLX_dpy->visuals = XGetVisualInfo(GLX_dpy->dpy, mask, &vinfo_template, 502 &GLX_dpy->visuals[i], &template); 658 if (GLX_dpy->visuals) 659 XFree(GLX_dpy->visuals); 704 &GLX_dpy->visuals[GLX_egl_config_index(conf)], 917 &GLX_dpy->visuals[GLX_egl_config_index(conf)], [all...] |
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/ |
DemoActivity.java | 19 * http://jet.ro/visuals/san-angeles-observation/
|
/external/chromium_org/third_party/mesa/src/src/glx/tests/ |
fake_glx_screen.h | 37 this->visuals = 0;
|