Home
last modified time | relevance | path

Searched refs:depth_size (Results 1 – 10 of 10) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_gl.c59 *value=this->gl_config.depth_size; in ph_GL_GetAttribute()
223 if (this->gl_config.depth_size) in ph_SetupOpenGLContext()
226 OGLAttrib[OGLargc++]=this->gl_config.depth_size; in ph_SetupOpenGLContext()
307 if (this->gl_config.depth_size) in ph_SetupOpenGLContext()
309 fprintf(stderr, "setted depth size %d\n", this->gl_config.depth_size); in ph_SetupOpenGLContext()
310 … qnxgl_attribs_slide = qnxgl_attrib_set_depth(qnxgl_attribs_slide, this->gl_config.depth_size); in ph_SetupOpenGLContext()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macgl.c64 if ( this->gl_config.depth_size != 0 ) { in Mac_GL_Init()
66 attributes[i++] = this->gl_config.depth_size; in Mac_GL_Init()
/external/webp/src/utils/
Dhuffman_encode.c350 const int depth_size = tree->num_symbols; in VP8LCreateCompressedHuffmanTree() local
354 while (i < depth_size) { in VP8LCreateCompressedHuffmanTree()
358 while (k < depth_size && tree->code_lengths[k] == value) ++k; in VP8LCreateCompressedHuffmanTree()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_wingl.c216 GL_pfd.cDepthBits = this->gl_config.depth_size; in WIN_GL_SetupWindow()
252 *iAttr++ = this->gl_config.depth_size; in WIN_GL_SetupWindow()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_sysvideo.h299 int depth_size; member
DSDL_video.c231 video->gl_config.depth_size = 16; in SDL_VideoInit()
1474 video->gl_config.depth_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarigl.c485 (gl_curdepth == this->gl_config.depth_size) && in InitNew()
494 osmesa_format, this->gl_config.depth_size, in InitNew()
499 gl_curdepth = this->gl_config.depth_size; in InitNew()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11gl.c151 attribs[i++] = this->gl_config.depth_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m92 attr[i++] = this->gl_config.depth_size;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc514 if (_this->gl_config.depth_size > 0) in BE_SetVideoMode()