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

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 59 *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/
SDL_macgl.c 64 if ( this->gl_config.depth_size != 0 ) {
66 attributes[i++] = this->gl_config.depth_size;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 44 EGLint depth_size,
EglConfig.cpp 24 EGLint depth_size,
53 m_depth_size(depth_size),
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 149 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/
huffman_encode.c 330 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/
huffman_encode.c 330 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/
test_in_process_context_provider.cc 31 attribs.depth_size = 24;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 817 depth_size(-1),
843 if (depth_size != -1) {
845 attribs->push_back(depth_size);
898 depth_size = value;
gles2_cmd_utils.h 210 int32_t depth_size; member in struct:gpu::gles2::ContextCreationAttribHelper
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c 167 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 > 24
    [all...]
xm_api.h 99 * depth_size - requested bits/depth values, or zero
117 GLint depth_size,
xm_api.c 653 * 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa.h 120 * depth_size - requested bits/depth values, or zero
138 GLint depth_size,
fakeglx.c 268 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++;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 167 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 > 24
    [all...]
xm_api.h 99 * depth_size - requested bits/depth values, or zero
117 GLint depth_size,
xm_api.c 653 * 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);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesa.h 120 * depth_size - requested bits/depth values, or zero
138 GLint depth_size,
fakeglx.c 268 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++;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 92 attr[i++] = this->gl_config.depth_size;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 216 GL_pfd.cDepthBits = this->gl_config.depth_size;
252 *iAttr++ = this->gl_config.depth_size;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 299 int depth_size; member in struct:SDL_VideoDevice::__anon13125
  /hardware/intel/img/libdrm/shared-core/
i915_drm.h 95 int depth_size; member in struct:drm_i915_sarea
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 485 (gl_curdepth == this->gl_config.depth_size) &&
494 osmesa_format, this->gl_config.depth_size,
499 gl_curdepth = this->gl_config.depth_size;

Completed in 1781 milliseconds

1 2