HomeSort by relevance Sort by last modified time
    Searched defs:visual (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
xlib_sw_winsys.h 17 Visual *visual; member in struct:xlib_drawable
  /external/mesa3d/src/gallium/include/state_tracker/
xlib_sw_winsys.h 17 Visual *visual; member in struct:xlib_drawable
  /external/chromium_org/third_party/npapi/bindings/
npapi_x11.h 55 Visual* visual; member in struct:_NPSetWindowCallbackStruct
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /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/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 23 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy)); local
24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 90 Visual* visual);
102 Window::Window(Display& display, const WindowParams& params, Visual* visual)
104 , m_window (display.getX11Display(), params.width, params.height, visual)
159 ::Visual* visual = DE_NULL; local
163 visual = display.getX11Display().getVisual(visualID);
165 return new Window(display, params, visual);
  /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/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 23 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy)); local
24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
Xdbe.h 43 VisualID visual; /* one visual ID that supports double-buffering */ member in struct:__anon45207
44 int depth; /* depth of visual in bits */
45 int perflevel; /* performance level of visual */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xdbe.h 43 VisualID visual; /* one visual ID that supports double-buffering */ member in struct:__anon46943
44 int depth; /* depth of visual in bits */
45 int perflevel; /* performance level of visual */
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 68 Visual *visual; member in struct:xlib_displaytarget
161 xmb->visual,
208 xmb->visual,
  /external/jpeg/
rdrle.c 67 rle_kind visual; /* actual type of input file */ member in struct:_rle_source_struct
125 source->visual = GRAYSCALE;
128 source->visual = MAPPEDGRAY;
132 source->visual = PSEUDOCOLOR;
136 source->visual = TRUECOLOR;
140 source->visual = DIRECTCOLOR;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
157 if (source->visual != GRAYSCALE) {
270 switch (source->visual) {
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 68 Visual *visual; member in struct:xlib_displaytarget
161 xmb->visual,
208 xmb->visual,
  /external/qemu/distrib/jpeg-6b/
rdrle.c 67 rle_kind visual; /* actual type of input file */ member in struct:_rle_source_struct
125 source->visual = GRAYSCALE;
128 source->visual = MAPPEDGRAY;
132 source->visual = PSEUDOCOLOR;
136 source->visual = TRUECOLOR;
140 source->visual = DIRECTCOLOR;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
157 if (source->visual != GRAYSCALE) {
270 switch (source->visual) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 59 XVisualInfo visual; member in struct:ximage_surface
71 const XVisualInfo *visual; member in struct:ximage_config
267 xsurf->visual = *xconf->visual;
271 xsurf->xdraw.visual = xsurf->visual.visual;
272 xsurf->xdraw.depth = xsurf->visual.depth;
391 * Create two configs for each visual.
402 xconf->visual = &visuals[i]
    [all...]
  /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/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 59 XVisualInfo visual; member in struct:ximage_surface
71 const XVisualInfo *visual; member in struct:ximage_config
267 xsurf->visual = *xconf->visual;
271 xsurf->xdraw.visual = xsurf->visual.visual;
272 xsurf->xdraw.depth = xsurf->visual.depth;
391 * Create two configs for each visual.
402 xconf->visual = &visuals[i]
    [all...]
  /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;
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 122 Visual *visual; local
162 visual = DefaultVisual((Display *)ctx->native_dpy, ctx->x11_screen);
166 if (TrueColor != visual->class) {
167 drv_debug_msg(VIDEO_DEBUG_ERROR, "PutSurface: Default visual of X display must be TrueColor.\n");
178 rmask = visual->red_mask;
179 gmask = visual->green_mask;
180 bmask = visual->blue_mask;
189 ximg = XCreateImage((Display *)ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, width, height, 32, 0);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ActualKeyboardBuilder.java 106 final String visual = (iconId != KeyboardIconsSet.ICON_UNDEFINED) local
116 if (visual.equals(output)) {
117 return visual;
119 return visual + "|" + output;
ExpectedKeyboardBuilder.java 86 // Replace key(s) that has the specified visual.
87 private void replaceKeyOf(final ExpectedKeyVisual visual, final ReplaceJob job) {
94 if (!currentKey.getVisual().equalsTo(visual)) {
110 "Can't find key that has visual: " + visual + " in\n" + this);
168 private void setMoreKeysOf(final ExpectedKeyVisual visual, final ExpectedKey[] moreKeys) {
169 replaceKeyOf(visual, new ReplaceJob() {
195 final ExpectedKeyVisual visual = ExpectedKeyVisual.newInstance(label); local
196 replaceKeyOf(visual, new ReplaceJob() {
271 final ExpectedKeyVisual visual = ExpectedKeyVisual.newInstance(label) local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
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) */

Completed in 1389 milliseconds

1 2 3 4 5