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

1 2 3 4 5

  /external/mesa3d/src/gallium/include/state_tracker/
xlibsw_api.h 14 Visual *visual; member in struct:xlib_drawable
st_api.h 189 * Represent the visual of a framebuffer.
251 * The visual of the framebuffers the context will be bound to.
253 struct st_visual visual; member in struct:st_context_attribs
306 * The visual of a framebuffer.
308 const struct st_visual *visual; member in struct:st_framebuffer_iface
555 * Return true if the visual has the specified buffers.
558 st_visual_have_buffers(const struct st_visual *visual, unsigned mask)
560 return ((visual->buffer_mask & mask) == mask);
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 114 format = buffer->visual->color_format;
118 format = buffer->visual->depth_stencil_format;
239 buffer->visual = context->stVisual;
250 buffer->stfbi->visual = context->stVisual;
301 struct st_visual* visual; local
305 visual = CALLOC_STRUCT(st_visual);
306 assert(visual);
311 visual->color_format = PIPE_FORMAT_B5G6R5_UNORM;
313 visual->depth_stencil_format = PIPE_FORMAT_NONE;
316 visual->color_format = (options & BGL_ALPHA
    [all...]
hgl_context.h 35 struct st_visual* visual; member in struct:hgl_buffer
60 // State Tracker Visual
94 // hgl state_tracker visual
96 void hgl_destroy_st_visual(struct st_visual* visual);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 120 Visual* getXVisual (void) { return m_visual; }
131 ::Visual* m_visual;
157 GlxWindow (GlxVisual& visual, const RenderConfig& cfg);
301 m_visual = visualInfo->visual;
435 GlxWindow::GlxWindow (GlxVisual& visual, const RenderConfig& cfg)
436 : m_x11Display (visual.getGlxDisplay())
438 visual.getXVisual())
439 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID()))
495 static bool configMatches (GlxVisual& visual, const RenderConfig& renderCfg)
498 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id
    [all...]
tcuLnxX11Xcb.cpp 75 XcbWindow::XcbWindow (XcbDisplay& display, int width, int height, xcb_visualid_t* visual)
84 if (visual == DE_NULL)
85 visual = &m_display.getScreen()->root_visual;
100 *visual, // visual
110 *visual
tcuLnxX11.cpp 141 ::Visual* XlibDisplay::getVisual (VisualID visualID)
146 return info.visual;
151 XlibWindow::XlibWindow (XlibDisplay& display, int width, int height, ::Visual* visual)
176 if (visual == DE_NULL)
177 visual = CopyFromParent;
181 bool succ = display.getVisualInfo(XVisualIDFromVisual(visual), info);
186 m_colormap = XCreateColormap(dpy, root, visual, AllocNone);
202 depth, InputOutput, visual, mask, &swa);
tcuLnxX11Xcb.hpp 61 XcbWindow (XcbDisplay& display, int width, int height, xcb_visualid_t* visual);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 48 nouveau_framebuffer_dri_new(const struct gl_config *visual);
nouveau_screen.c 239 const struct gl_config *visual,
249 if (visual->redBits == 5)
251 else if (visual->alphaBits == 0)
256 fb = nouveau_framebuffer_dri_new(visual);
265 if (visual->doubleBufferMode) {
271 if (visual->depthBits == 24 && visual->stencilBits == 8) {
276 } else if (visual->depthBits == 24) {
280 } else if (visual->depthBits == 16) {
287 visual->accumRedBits > 0
    [all...]
nouveau_driver.h 52 const struct gl_config *visual,
  /external/libjpeg-turbo/
rdrle.c 70 rle_kind visual; /* actual type of input file */ member in struct:_rle_source_struct
128 source->visual = GRAYSCALE;
131 source->visual = MAPPEDGRAY;
135 source->visual = PSEUDOCOLOR;
139 source->visual = TRUECOLOR;
143 source->visual = DIRECTCOLOR;
148 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
160 if (source->visual != GRAYSCALE) {
272 switch (source->visual) {
    [all...]
  /external/autotest/client/deps/glbench/src/
xlib_window.cc 48 xlib_visinfo->visual, AllocNone);
53 xlib_visinfo->visual, mask, &attr);
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_dynamic_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_static.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_static_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
  /external/mesa3d/docs/specs/
MESA_pixmap_colormap.spec 52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
74 same colormap and visual) with the expected results.
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
113-line-and-file-macros.c 2 2. Nominal visual acuity: __LINE__ __FILE__ / __LINE__ __FILE__
  /external/mesa3d/src/glx/
glxglvnddispatchfuncs.h 65 const XVisualInfo *visual)
67 return __VND->getDynDispatch(dpy, visual->screen);
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 284 st_visual_have_buffers(stfb->iface->visual, 1 << statt))
311 format = stfb->iface->visual->depth_stencil_format;
315 format = stfb->iface->visual->accum_format;
319 format = stfb->iface->visual->color_format;
320 if (stfb->Base.Visual.sRGBCapable)
329 rb = st_new_renderbuffer_fb(format, stfb->iface->visual->samples, sw);
356 * Intialize a struct gl_config from a visual.
359 st_visual_to_context_mode(const struct st_visual *visual,
364 if (st_visual_have_buffers(visual, ST_ATTACHMENT_BACK_LEFT_MASK))
367 if (st_visual_have_buffers(visual,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 87 const struct gl_config * visual,
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 85 printf("Error: couldn't get an RGB, Double-buffered visual\n");
89 /* See if the requirested pixel format matches the visual */
109 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
116 visinfo->visual, mask, &attr );
142 xlib_handle->visual = visinfo->visual;
  /external/swiftshader/src/Main/
FrameBufferX11.cpp 60 Visual *visual = match ? x_visual.visual : libX11->XDefaultVisual(x_display, screen); local
66 x_image = libX11->XShmCreateImage(x_display, visual, depth, ZPixmap, 0, &shminfo, width, height);
96 x_image = libX11->XCreateImage(x_display, visual, depth, ZPixmap, 0, buffer, width, height, 32, bytes_per_line);
  /external/swiftshader/src/WSI/
FrameBufferX11.cpp 60 Visual *visual = match ? x_visual.visual : libX11->XDefaultVisual(x_display, screen); local
66 x_image = libX11->XShmCreateImage(x_display, visual, depth, ZPixmap, 0, &shminfo, width, height);
96 x_image = libX11->XCreateImage(x_display, visual, depth, ZPixmap, 0, buffer, width, height, 32, bytes_per_line);

Completed in 1117 milliseconds

1 2 3 4 5