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

1 23 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 181 if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers &&
182 readFB->Visual.samples > 1) {
st_cb_clear.c 399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0)
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0)
534 * required from the visual. Hence fix this up to avoid potential
542 (ctx->DrawBuffer->Visual.depthBits == 0 ||
543 ctx->DrawBuffer->Visual.stencilBits == 0))
  /external/mesa3d/src/mesa/main/
clear.c 218 && ctx->DrawBuffer->Visual.haveDepthBuffer) {
223 && ctx->DrawBuffer->Visual.haveStencilBuffer) {
228 && ctx->DrawBuffer->Visual.haveAccumBuffer) {
stencil.c 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
556 ctx->DrawBuffer->Visual.stencilBits > 0);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 181 if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers &&
182 readFB->Visual.samples > 1) {
st_cb_clear.c 399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0)
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0)
534 * required from the visual. Hence fix this up to avoid potential
542 (ctx->DrawBuffer->Visual.depthBits == 0 ||
543 ctx->DrawBuffer->Visual.stencilBits == 0))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 236 * Visual structure; contains information about colormapping possible.
240 VisualID visualid; /* visual id of this visual */
249 } Visual;
256 int nvisuals; /* number of Visual types at this depth */
257 Visual *visuals; /* list of visuals possible at this depth */
277 Visual *root_visual; /* root visual */
278 GC default_gc; /* GC for the root root visual */
324 Visual *visual; /* the associated visual structure * member in struct:__anon44773
1090 Visual *visual; member in union:__anon44826
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 236 * Visual structure; contains information about colormapping possible.
240 VisualID visualid; /* visual id of this visual */
249 } Visual;
256 int nvisuals; /* number of Visual types at this depth */
257 Visual *visuals; /* list of visuals possible at this depth */
277 Visual *root_visual; /* root visual */
278 GC default_gc; /* GC for the root root visual */
324 Visual *visual; /* the associated visual structure * member in struct:__anon46509
1090 Visual *visual; member in union:__anon46562
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
widget.js 71 * Visual/aural display of this widget.
103 * Visual/aural hide of this widget.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 49 Visual visual; member in struct:vl_xsp_screen
155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 49 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy)); local
50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_wm_state.c 45 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
stencil.c 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
556 ctx->DrawBuffer->Visual.stencilBits > 0);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 49 Visual visual; member in struct:vl_xsp_screen
155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 49 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy)); local
50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 45 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 79 const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
86 const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
s_points.c 95 if (ctx->DrawBuffer->Visual.depthBits <= 16)
252 if (ctx->DrawBuffer->Visual.depthBits <= 16)
372 if (ctx->DrawBuffer->Visual.depthBits <= 16)
  /external/chromium_org/tools/grit/grit/tool/
resize.py 25 ProjectType="Visual C++"
62 # reopening of the RC file in Visual Studio. Currently you can only open it
114 '''Generates an RC file, header and Visual Studio project that you can use
115 with Visual Studio's GUI resource editor to modify the layout of dialogs for
139 pseudotranslation, because Visual Studio's GUI RC editor only
160 near the top of the file, before you open it in Visual Studio.
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 79 const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
86 const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
s_points.c 95 if (ctx->DrawBuffer->Visual.depthBits <= 16)
252 if (ctx->DrawBuffer->Visual.depthBits <= 16)
372 if (ctx->DrawBuffer->Visual.depthBits <= 16)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 35 SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d),(a,b,c,d),return)
38 SDL_X11_SYM(XImage*,XCreateImage,(Display* a,Visual* b,unsigned int c,int d,int e,char* f,unsigned int g,unsigned int h,int i,int j),(a,b,c,d,e,f,g,h,i,j),return)
42 SDL_X11_SYM(Window,XCreateWindow,(Display* a,Window b,int c,int d,unsigned int e,unsigned int f,unsigned int g,int h,unsigned int i,Visual* j,unsigned long k,XSetWindowAttributes* l),(a,b,c,d,e,f,g,h,i,j,k,l),return)
118 SDL_X11_SYM(VisualID,XVisualIDFromVisual,(Visual* a),(a),return)
168 SDL_X11_SYM(XImage*,XShmCreateImage,(Display* a,Visual* b,unsigned int c,int d,char* e,XShmSegmentInfo* f,unsigned int g,unsigned int h),(a,b,c,d,e,f,g,h),return)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_state.c 377 if (!ctx->DrawBuffer || !ctx->DrawBuffer->Visual.depthBits)
818 if (ctx->Visual.rgbBits == 16)
840 if (!ctx->DrawBuffer || !ctx->DrawBuffer->Visual.depthBits)
882 if (!ctx->DrawBuffer || !ctx->DrawBuffer->Visual.stencilBits)
948 if (i915->intel.ctx.Visual.rgbBits == 16)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 377 if (!ctx->DrawBuffer || !ctx->DrawBuffer->Visual.depthBits)
818 if (ctx->Visual.rgbBits == 16)
840 if (!ctx->DrawBuffer || !ctx->DrawBuffer->Visual.depthBits)
882 if (!ctx->DrawBuffer || !ctx->DrawBuffer->Visual.stencilBits)
948 if (i915->intel.ctx.Visual.rgbBits == 16)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 22 This script generates a Visual Studio project file from a list of source
36 --ver=version Version (7,8,9) of visual studio to generate for
147 *) die Unrecognized Visual Studio Version in $opt
263 ProjectType="Visual C++" \

Completed in 697 milliseconds

1 23 4 5 6 7 8