Searched refs:stvis (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.h45 struct st_visual stvis; member in struct:stw_pixelformat_info
H A Dstw_st.c42 struct st_visual stvis; member in struct:stw_st_framebuffer
96 format = stwfb->stvis.color_format;
101 format = stwfb->stvis.depth_stencil_format;
197 stwfb->stvis = fb->pfi->stvis;
199 stwfb->base.visual = &stwfb->stvis;
H A Dstw_pixelformat.c192 pfi->stvis.buffer_mask = ST_ATTACHMENT_FRONT_LEFT_MASK;
194 pfi->stvis.buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
196 pfi->stvis.color_format = color->format;
197 pfi->stvis.depth_stencil_format = depth->format;
199 pfi->stvis.accum_format = (accum) ?
202 pfi->stvis.samples = samples;
203 pfi->stvis.render_buffer = ST_ATTACHMENT_INVALID;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.h45 struct st_visual stvis; member in struct:stw_pixelformat_info
H A Dstw_st.c42 struct st_visual stvis; member in struct:stw_st_framebuffer
96 format = stwfb->stvis.color_format;
101 format = stwfb->stvis.depth_stencil_format;
197 stwfb->stvis = fb->pfi->stvis;
199 stwfb->base.visual = &stwfb->stvis;
H A Dstw_pixelformat.c192 pfi->stvis.buffer_mask = ST_ATTACHMENT_FRONT_LEFT_MASK;
194 pfi->stvis.buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
196 pfi->stvis.color_format = color->format;
197 pfi->stvis.depth_stencil_format = depth->format;
199 pfi->stvis.accum_format = (accum) ?
202 pfi->stvis.samples = samples;
203 pfi->stvis.render_buffer = ST_ATTACHMENT_INVALID;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.h46 struct st_visual stvis; member in struct:dri_drawable
H A Ddri_screen.h117 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen,
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.h46 struct st_visual stvis; member in struct:dri_drawable
H A Ddri_screen.h117 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen,
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h72 struct st_visual stvis; member in struct:egl_g3d_surface
88 struct st_visual stvis; member in struct:egl_g3d_config
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h72 struct st_visual stvis; member in struct:egl_g3d_surface
88 struct st_visual stvis; member in struct:egl_g3d_config
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c40 struct st_visual stvis; member in struct:xmesa_st_framebuffer
153 format = xstfb->stvis.color_format;
158 format = xstfb->stvis.depth_stencil_format;
291 xstfb->stvis = b->xm_visual->stvis;
297 stfbi->visual = &xstfb->stvis;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c40 struct st_visual stvis; member in struct:xmesa_st_framebuffer
153 format = xstfb->stvis.color_format;
158 format = xstfb->stvis.depth_stencil_format;
291 xstfb->stvis = b->xm_visual->stvis;
297 stfbi->visual = &xstfb->stvis;

Completed in 222 milliseconds

12