Searched refs:depth_size (Results 1 - 25 of 31) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c59 *value=this->gl_config.depth_size;
223 if (this->gl_config.depth_size)
226 OGLAttrib[OGLargc++]=this->gl_config.depth_size;
307 if (this->gl_config.depth_size)
309 fprintf(stderr, "setted depth size %d\n", this->gl_config.depth_size);
310 qnxgl_attribs_slide = qnxgl_attrib_set_depth(qnxgl_attribs_slide, this->gl_config.depth_size);
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c64 if ( this->gl_config.depth_size != 0 ) {
66 attributes[i++] = this->gl_config.depth_size;
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc149 EGLint depth_size = 0; local
152 GetConfigAttrib(config, EGL_DEPTH_SIZE, &depth_size);
157 attribs.push_back(depth_size);
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman_encode.c330 const int depth_size = tree->num_symbols; local
334 while (i < depth_size) {
338 while (k < depth_size && tree->code_lengths[k] == value) ++k;
/external/webp/src/utils/
H A Dhuffman_encode.c330 const int depth_size = tree->num_symbols; local
334 while (i < depth_size) {
338 while (k < depth_size && tree->code_lengths[k] == value) ++k;
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc31 attribs.depth_size = 24;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc817 depth_size(-1),
843 if (depth_size != -1) {
845 attribs->push_back(depth_size);
898 depth_size = value;
H A Dgles2_cmd_utils.h210 int32_t depth_size; member in struct:gpu::gles2::ContextCreationAttribHelper
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c167 GLint depth_size, GLint stencil_size,
198 if (stencil_size > 0 && depth_size > 0)
199 depth_size = 24;
223 && (v->mesa_visual.depthBits >= depth_size || depth_size == 0)
241 depth_size, stencil_size,
671 GLint depth_size = 0; local
778 depth_size = *parselist++;
981 depth_size = 24; /* if Z and stencil, always use 24+8 format */
982 else if (depth_size > 2
164 save_glx_visual( Display *dpy, XVisualInfo *vinfo, GLboolean rgbFlag, GLboolean alphaFlag, GLboolean dbFlag, GLboolean stereoFlag, GLint depth_size, GLint stencil_size, GLint accumRedSize, GLint accumGreenSize, GLint accumBlueSize, GLint accumAlphaSize, GLint level, GLint numAuxBuffers ) argument
[all...]
H A Dxm_api.h99 * depth_size - requested bits/depth values, or zero
117 GLint depth_size,
H A Dxm_api.c653 * depth_size - requested bits/depth values, or zero
672 GLint depth_size,
774 vis->depthBits = depth_size;
783 vis->haveDepthBuffer = depth_size > 0;
809 choose_depth_stencil_format(xmdpy, depth_size, stencil_size);
665 XMesaCreateVisual( Display *display, XVisualInfo * visinfo, GLboolean rgb_flag, GLboolean alpha_flag, GLboolean db_flag, GLboolean stereo_flag, GLboolean ximage_flag, GLint depth_size, GLint stencil_size, GLint accum_red_size, GLint accum_green_size, GLint accum_blue_size, GLint accum_alpha_size, GLint num_samples, GLint level, GLint visualCaveat ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxmesa.h120 * depth_size - requested bits/depth values, or zero
138 GLint depth_size,
H A Dfakeglx.c268 GLint depth_size, GLint stencil_size,
320 && (v->mesa_visual.depthBits >= depth_size || depth_size == 0)
338 depth_size, stencil_size,
901 GLint depth_size = 0; local
1008 depth_size = *parselist++;
1191 depth_size = default_depth_bits();
1219 if (depth_size > 24)
1220 depth_size = 32;
1221 else if (depth_size > 1
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo, GLboolean alphaFlag, GLboolean dbFlag, GLboolean stereoFlag, GLint depth_size, GLint stencil_size, GLint accumRedSize, GLint accumGreenSize, GLint accumBlueSize, GLint accumAlphaSize, GLint level, GLint numAuxBuffers ) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c167 GLint depth_size, GLint stencil_size,
198 if (stencil_size > 0 && depth_size > 0)
199 depth_size = 24;
223 && (v->mesa_visual.depthBits >= depth_size || depth_size == 0)
241 depth_size, stencil_size,
671 GLint depth_size = 0; local
778 depth_size = *parselist++;
981 depth_size = 24; /* if Z and stencil, always use 24+8 format */
982 else if (depth_size > 2
164 save_glx_visual( Display *dpy, XVisualInfo *vinfo, GLboolean rgbFlag, GLboolean alphaFlag, GLboolean dbFlag, GLboolean stereoFlag, GLint depth_size, GLint stencil_size, GLint accumRedSize, GLint accumGreenSize, GLint accumBlueSize, GLint accumAlphaSize, GLint level, GLint numAuxBuffers ) argument
[all...]
H A Dxm_api.h99 * depth_size - requested bits/depth values, or zero
117 GLint depth_size,
H A Dxm_api.c653 * depth_size - requested bits/depth values, or zero
672 GLint depth_size,
774 vis->depthBits = depth_size;
783 vis->haveDepthBuffer = depth_size > 0;
809 choose_depth_stencil_format(xmdpy, depth_size, stencil_size);
665 XMesaCreateVisual( Display *display, XVisualInfo * visinfo, GLboolean rgb_flag, GLboolean alpha_flag, GLboolean db_flag, GLboolean stereo_flag, GLboolean ximage_flag, GLint depth_size, GLint stencil_size, GLint accum_red_size, GLint accum_green_size, GLint accum_blue_size, GLint accum_alpha_size, GLint num_samples, GLint level, GLint visualCaveat ) argument
/external/mesa3d/src/mesa/drivers/x11/
H A Dxmesa.h120 * depth_size - requested bits/depth values, or zero
138 GLint depth_size,
H A Dfakeglx.c268 GLint depth_size, GLint stencil_size,
320 && (v->mesa_visual.depthBits >= depth_size || depth_size == 0)
338 depth_size, stencil_size,
901 GLint depth_size = 0; local
1008 depth_size = *parselist++;
1191 depth_size = default_depth_bits();
1219 if (depth_size > 24)
1220 depth_size = 32;
1221 else if (depth_size > 1
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo, GLboolean alphaFlag, GLboolean dbFlag, GLboolean stereoFlag, GLint depth_size, GLint stencil_size, GLint accumRedSize, GLint accumGreenSize, GLint accumBlueSize, GLint accumAlphaSize, GLint level, GLint numAuxBuffers ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m92 attr[i++] = this->gl_config.depth_size;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h299 int depth_size; member in struct:SDL_VideoDevice::__anon29434
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c216 GL_pfd.cDepthBits = this->gl_config.depth_size;
252 *iAttr++ = this->gl_config.depth_size;
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c485 (gl_curdepth == this->gl_config.depth_size) &&
494 osmesa_format, this->gl_config.depth_size,
499 gl_curdepth = this->gl_config.depth_size;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc166 attrib_helper.depth_size = 16;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c151 attribs[i++] = this->gl_config.depth_size;
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h114 int depth_size; member in struct:_drm_i915_sarea

Completed in 1086 milliseconds

12