/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxmodes.c | 90 this->hidden->visuals[n].depth = depth; 91 this->hidden->visuals[n].visual = tID; 92 this->hidden->visuals[n].bpp = GetCyberIDAttr(CYBRIDATTR_BPPIX,tID); 159 /* Search for the visuals in deepest-first order, so that the first 168 SDL_SetError("Found no sufficiently capable CGX visuals"); 197 D( { bug("CGX visuals list: (%ld)\n",this->hidden->nvisuals); 200 bug("\t%lx - depth: %ld bpp: %ld\n",this->hidden->visuals[i].visual,this->hidden->visuals[i].depth,this->hidden->visuals[i].bpp); 211 if(this->hidden->visuals[i].depth == format->BitsPerPixel) // Era bp [all...] |
SDL_cgxvideo.c | 526 if(this->hidden->visuals[i].depth == GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH)) 532 SDL_Visual = this->hidden->visuals[i].visual; 536 this->hidden->depth = this->hidden->visuals[i].depth; 538 vformat->BitsPerPixel = this->hidden->visuals[i].depth; /* this->hidden->visuals[i].bpp; */ 545 if(!(handle=FindDisplayInfo(this->hidden->visuals[i].visual))) 696 if ( this->hidden->visuals[i].depth == bpp ) /* era .depth */ 703 vis = this->hidden->visuals[i].visual; 704 depth = this->hidden->visuals[i].depth; 776 /* always allocate a private colormap on non-default visuals */ [all...] |
SDL_cgxvideo.h | 85 /* available visuals of interest to us, sorted deepest first */ 90 } visuals[5]; /* at most entries for 8, 15, 16, 24 */ member in struct:SDL_PrivateVideoData
|
/external/mesa3d/docs/ |
envvars.html | 45 <li>MESA_GLX_FORCE_CI - if set, force GLX to treat 8bpp visuals as CI visuals
|
MESA_pixmap_colormap.spec | 33 StaticColor, GrayScale and StaticGray visuals, Mesa needs a colormap
|
README.DJ | 105 visuals. However, DMesaSwapBuffers must be called to get any output. 244 + added interface to query available "visuals" (GLFW - Marcus Geelnard)
|
versions.html | 70 <li>added environment variables for selecting visuals 191 <li>4-bit visuals now supported 214 <li>dithering in 8-bit TrueColor/DirectColor visuals 464 <li>TrueColor visuals how have dithering (for depths < 24 bits) 577 <li>fixed GLX visual handling code to avoid saving redundant visuals 616 <li>32bpp True/DirectColor X visuals weren't recognized 740 <li>color components were reversed on big endian 32 bpp X visuals 887 <li>further optimized glRead/DrawPixels for 16-bit TrueColor X visuals [all...] |
VERSIONS | 43 added environment variables for selecting visuals 142 - 4-bit visuals now supported 161 - dithering in 8-bit TrueColor/DirectColor visuals 367 - TrueColor visuals how have dithering (for depths < 24 bits) 464 - fixed GLX visual handling code to avoid saving redundant visuals 499 - 32bpp True/DirectColor X visuals weren't recognized 609 - color components were reversed on big endian 32 bpp X visuals 728 - further optimized glRead/DrawPixels for 16-bit TrueColor X visuals [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes.c | 329 this->hidden->visuals[n].depth = vi.depth; 330 this->hidden->visuals[n].visual = vi.visual; 346 this->hidden->visuals[n].depth = vi->depth; 347 this->hidden->visuals[n].visual = vi->visual; 769 /* Search for the visuals in deepest-first order, so that the first 789 SDL_SetError("Found no sufficiently capable X11 visuals"); 796 int d = this->hidden->visuals[i].depth; 800 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d; 856 if(this->hidden->visuals[i].bpp == format->BitsPerPixel) [all...] |
SDL_x11video.h | 106 /* available visuals of interest to us, sorted deepest first */ 111 } visuals[2*5]; /* at most 2 entries for 8, 15, 16, 24, 32 */ member in struct:SDL_PrivateVideoData
|
SDL_x11video.c | 654 if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display, 661 SDL_Visual = this->hidden->visuals[i].visual; 668 this->hidden->depth = this->hidden->visuals[i].depth; 669 vformat->BitsPerPixel = this->hidden->visuals[i].bpp; 934 if ( this->hidden->visuals[i].bpp == bpp ) 941 vis = this->hidden->visuals[i].visual; 942 depth = this->hidden->visuals[i].depth; 978 /* always allocate a private colormap on non-default visuals */ [all...] |
SDL_x11wm.c | 68 if(this->hidden->visuals[i].visual == dvis) { 69 dbpp = this->hidden->visuals[i].bpp;
|
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/ |
DemoActivity.java | 19 * http://jet.ro/visuals/san-angeles-observation/
|
/external/quake/quake/src/WinQuake/ |
quake-rogue.spec.sh | 29 sense of reality and dramatic visuals; yet adds an impression of purpose
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
Xdbeproto.h | 98 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 21 - 1.10: added support for non-default visuals; fixed X pixel-conversion 472 Trace((stderr, "default depth is %d: checking other visuals\n", 481 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */ 483 " 24-bit visuals found\n", depth); 486 Trace((stderr, "XGetVisualInfo() returned %d 24-bit visuals\n",
|
rpng2-x.c | 26 - 1.10: added support for non-default visuals; fixed X pixel-conversion 856 Trace((stderr, "default depth is %d: checking other visuals\n", 865 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 278 * type from the many visuals a display may support.
|
Xlib.h | 278 Visual *visuals; /* list of visuals possible at this depth */ member in struct:__anon19862 [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drmobj.h | 280 STDMETHOD(GetVisuals)(THIS_ LPDIRECT3DRMVISUALARRAY *visuals) PURE;
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DRMOBJ.H | 280 STDMETHOD(GetVisuals)(THIS_ LPDIRECT3DRMVISUALARRAY *visuals) PURE;
|
/frameworks/base/media/java/android/media/ |
SoundPool.java | 51 * audio mixing will impact visuals or UI performance.</p>
|
/ndk/docs/ |
STABLE-APIS.html | 198 http://jet.ro/visuals/san-angeles-observation/
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.c | 299 /* Prefer DirectColor visuals, for gamma support */
|
/external/quake/quake/src/QW/client/ |
vid_x.c | 473 Sys_Error("VID: No visuals at depth %d\n", template.depth);
|