HomeSort by relevance Sort by last modified time
    Searched refs:visual (Results 101 - 125 of 303) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/glx/
dri_glx.c 339 struct glx_config *visual, *configs = NULL, *visuals = NULL; local
466 for (visual = psc->base.visuals; visual; visual = visual->next) {
472 template.visualid = visual->visualID;
478 visual->visualRating = GLX_NON_CONFORMANT_CONFIG;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 125 vi_in.visualid = XVisualIDFromVisual(a.visual);
198 #ifdef GLX_DIRECT_COLOR /* Try for a DirectColor visual for gamma support */
209 if( !glx_visualinfo && !SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ) { /* No DirectColor visual? Try again.. */
216 SDL_SetError( "Couldn't find matching GLX visual");
220 printf("Found GLX visual 0x%x\n", glx_visualinfo->visualid);
237 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display,
247 InputOutput, glx_visualinfo->visual,
SDL_x11video.h 60 Visual *SDL_Visual; /* The visual used by our window */
105 Visual *visual; member in struct:SDL_PrivateVideoData::__anon33328
111 Visual *vis; /* current visual in use */
112 int depth; /* current visual depth (not bpp) */
SDL_x11modes.c 346 if (this->hidden->visuals[i].visual == DefaultVisual(SDL_Display, SDL_Screen)) return n;
349 this->hidden->visuals[n].visual = DefaultVisual(SDL_Display, SDL_Screen);;
359 this->hidden->visuals[n].visual = vi.visual;
376 this->hidden->visuals[n].visual = vi->visual;
796 we get a visual with an alpha mask on composite servers.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 411 attr.visual,
442 attr.visual,
466 Visual* visual,
482 visual);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 593 struct gl_config visual; local
606 memset(&visual, 0, sizeof visual);
607 mesaVis = &visual;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 270 const struct gl_config *visual,
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 394 attr.visual,
425 attr.visual,
449 Visual* visual,
465 visual);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 593 struct gl_config visual; local
606 memset(&visual, 0, sizeof visual);
607 mesaVis = &visual;
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 270 const struct gl_config *visual,
  /hardware/intel/common/libva/va/x11/
va_dri.c 350 req->visual = configID;
367 PUBLIC Bool VA_DRICreateContext(dpy, screen, visual, context, hHWContext)
370 Visual* visual;
374 return VA_DRICreateContextWithConfig( dpy, screen, visual->visualid,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
shmproto.h 139 VisualID visual B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shmproto.h 139 VisualID visual B32;
  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 98 fprintf(stderr, "couldn't find matching visual\n");
102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone);
  /external/libpng/contrib/gregbook/
rpng2-x.c 277 static Visual *visual; variable
852 visual = visual_list[0].visual;
856 visual_class = visual->class;
857 visualID = XVisualIDFromVisual(visual);
863 visual = visual_info.visual;
866 RMask = visual->red_mask;
867 GMask = visual->green_mask
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 7 * flag proxy errors in a visual way for the extension's user.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
drisw.c 330 const struct gl_config * visual, boolean isPixmap)
334 if (!dri_create_buffer(sPriv, dPriv, visual, isPixmap))
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 330 const struct gl_config * visual, boolean isPixmap)
334 if (!dri_create_buffer(sPriv, dPriv, visual, isPixmap))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xcms.h 74 #define VisualOfCCC(ccc) ((ccc)->visual)
226 Visual *visual; /* X Visual */ member in struct:_XcmsCCC
575 Visual* /* visual */,
799 extern Visual *XcmsVisualOfCCC (
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 74 #define VisualOfCCC(ccc) ((ccc)->visual)
226 Visual *visual; /* X Visual */ member in struct:_XcmsCCC
575 Visual* /* visual */,
799 extern Visual *XcmsVisualOfCCC (
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
layout_line_walker.js 142 * @return {boolean} Whether lSel and rSel are on different visual lines.
186 * Extends a given cursor selection up to the next visual line break.
192 // Extend the selection up to just before a new visual line break.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 44 * according to the display's visual red_mask, green_mask, and blue_mask.
207 * For example, if we request a 24-bit deep visual we may actually need/get
210 * visinfo - desribes the visual to be used for XImages
221 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
315 * Choose the pixel format for the given visual.
433 * \param vis the buffer's visual
455 b->ws.visual = vis->visinfo->visual;
547 * initializing the context's visual and buffer information.
572 * We support RGB rendering into almost any kind of visual
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 44 * according to the display's visual red_mask, green_mask, and blue_mask.
207 * For example, if we request a 24-bit deep visual we may actually need/get
210 * visinfo - desribes the visual to be used for XImages
221 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
315 * Choose the pixel format for the given visual.
433 * \param vis the buffer's visual
455 b->ws.visual = vis->visinfo->visual;
547 * initializing the context's visual and buffer information.
572 * We support RGB rendering into almost any kind of visual
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 335 Visual *visual; local
367 visual = DefaultVisual(DGA_Display, DGA_Screen);
388 vformat->Rmask = visual->red_mask;
389 vformat->Gmask = visual->green_mask;
390 vformat->Bmask = visual->blue_mask;
1028 SDL_SetError("Gamma correction not supported on this visual");
  /external/chromium_org/third_party/mesa/src/src/glx/
XF86dri.c 338 req->visual = configID;
356 XF86DRICreateContext(Display * dpy, int screen, Visual * visual,
359 return XF86DRICreateContextWithConfig(dpy, screen, visual->visualid,

Completed in 1586 milliseconds

1 2 3 45 6 7 8 91011>>