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

1 2

  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 40 int32 depth_size; member in struct:gpu::GLInProcessContextAttribs
gl_in_process_context.cc 142 const int32 DEPTH_SIZE = 0x3025;
169 if (attribs.depth_size >= 0) {
170 attrib_vector.push_back(DEPTH_SIZE);
171 attrib_vector.push_back(attribs.depth_size);
308 depth_size(-1),
  /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;
  /external/chromium_org/cc/test/
test_in_process_context_provider.cc 30 attribs.depth_size = 24;
  /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 147 EGLint depth_size = 0; local
150 GetConfigAttrib(config, EGL_DEPTH_SIZE, &depth_size);
155 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/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/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 132 output_attribs->depth_size = attributes.depth ? 24 : 0;
  /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::__anon33152
  /hardware/intel/img/libdrm/shared-core/
i915_drm.h 95 int depth_size; member in struct:drm_i915_sarea

Completed in 799 milliseconds

1 2