/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM;
|
dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format;
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM;
|
dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 228 EGLint api_mask, enum pipe_format depth_stencil_format, 245 if (depth_stencil_format != PIPE_FORMAT_NONE) { 247 util_format_get_component_bits(depth_stencil_format, 336 enum pipe_format depth_stencil_format, 356 gconf->stvis.depth_stencil_format = depth_stencil_format; 365 nconf, dpy->ClientAPIs, depth_stencil_format,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 228 EGLint api_mask, enum pipe_format depth_stencil_format, 245 if (depth_stencil_format != PIPE_FORMAT_NONE) { 247 util_format_get_component_bits(depth_stencil_format, 336 enum pipe_format depth_stencil_format, 356 gconf->stvis.depth_stencil_format = depth_stencil_format; 365 nconf, dpy->ClientAPIs, depth_stencil_format,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_st.c | 101 format = stwfb->stvis.depth_stencil_format;
|
stw_pixelformat.c | 197 pfi->stvis.depth_stencil_format = depth->format;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_manager.c | 300 format = stfb->iface->visual->depth_stencil_format; 372 if (visual->depth_stencil_format != PIPE_FORMAT_NONE) { 374 util_format_get_component_bits(visual->depth_stencil_format, 377 util_format_get_component_bits(visual->depth_stencil_format,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_st.c | 101 format = stwfb->stvis.depth_stencil_format;
|
stw_pixelformat.c | 197 pfi->stvis.depth_stencil_format = depth->format;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_manager.c | 300 format = stfb->iface->visual->depth_stencil_format; 372 if (visual->depth_stencil_format != PIPE_FORMAT_NONE) { 374 util_format_get_component_bits(visual->depth_stencil_format, 377 util_format_get_component_bits(visual->depth_stencil_format,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 158 format = xstfb->stvis.depth_stencil_format;
|
xm_api.c | 808 v->stvis.depth_stencil_format = [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 158 format = xstfb->stvis.depth_stencil_format;
|
xm_api.c | 808 v->stvis.depth_stencil_format = [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
st_api.h | 225 enum pipe_format depth_stencil_format; member in struct:st_visual
|
/external/mesa3d/src/gallium/include/state_tracker/ |
st_api.h | 225 enum pipe_format depth_stencil_format; member in struct:st_visual
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
dri2.c | 140 * stvis->depth_stencil_format.
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2.c | 140 * stvis->depth_stencil_format.
|