HomeSort by relevance Sort by last modified time
    Searched refs:Visual (Results 151 - 175 of 183) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 29 ; ml64.exe is given with Visual Studio 2005 and Windows 2003 server DDK
  /external/mesa3d/src/mesa/main/
mtypes.h 507 * Framebuffer configuration (aka visual / pixelformat)
    [all...]
blend.c 850 if (ctx->Visual.doubleBufferMode) {
readpix.c 753 ctx->ReadBuffer->Visual.samples > 0) {
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c 832 (ctx->Stencil.Enabled && fb->Visual.stencilBits > 0));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 850 if (ctx->Visual.doubleBufferMode) {
readpix.c 753 ctx->ReadBuffer->Visual.samples > 0) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 656 const GLubyte stencilBits = ctx->DrawBuffer->Visual.stencilBits;
s_tritemp.h 130 const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
    [all...]
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 832 (ctx->Stencil.Enabled && fb->Visual.stencilBits > 0));
  /external/mesa3d/src/mesa/swrast/
s_depth.c 656 const GLubyte stencilBits = ctx->DrawBuffer->Visual.stencilBits;
s_tritemp.h 130 const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
    [all...]
s_triangle.c     [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");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 935 extern Visual *_XVIDtoVisual(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 935 extern Visual *_XVIDtoVisual(
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 49 ; ml64.exe is given with Visual Studio 2005/2008/2010 and Windows WDK
  /external/zlib/src/contrib/masmx86/
inffas32.asm 22 ; For Visual C++ 4.x and higher and ML 6.x and higher
match686.asm 11 ; For Visual C++ 4.x and higher and ML 6.x and higher
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 48 * according to the display's visual red_mask, green_mask, and blue_mask.
158 * For example, if we request a 24-bit deep visual we may actually need/get
161 * visinfo - desribes the visual to be used for XImages
172 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
276 * \param vis the buffer's visual
420 * Setup RGB rendering for a window with a True/DirectColor visual.
524 /* if 32 bpp, and visual indicates 8 bpp alpha channel */
549 * initializing the context's visual and buffer information.
572 * We support RGB rendering into almost any kind of visual.
578 _mesa_warning(NULL, "XMesa: RGB mode rendering not supported in given visual.\n")
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 48 * according to the display's visual red_mask, green_mask, and blue_mask.
158 * For example, if we request a 24-bit deep visual we may actually need/get
161 * visinfo - desribes the visual to be used for XImages
172 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
276 * \param vis the buffer's visual
420 * Setup RGB rendering for a window with a True/DirectColor visual.
524 /* if 32 bpp, and visual indicates 8 bpp alpha channel */
549 * initializing the context's visual and buffer information.
572 * We support RGB rendering into almost any kind of visual.
578 _mesa_warning(NULL, "XMesa: RGB mode rendering not supported in given visual.\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 325 /* Create auxiliary (toplevel) windows with the current visual */
668 Use the default visual (or at least one with the same depth) */
675 /* default visual was useless, take the deepest one instead */
678 SDL_Visual = this->hidden->visuals[i].visual;
919 Visual *vis;
936 /* find out which visual we are going to use */
944 vis = vi->visual;
950 vis = a.visual;
958 SDL_SetError("No matching visual for requested depth");
961 vis = this->hidden->visuals[i].visual;
    [all...]
  /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...]

Completed in 712 milliseconds

1 2 3 4 5 67 8