Searched refs:red_size (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dscreen_info.h33 __u8 red_size; /* 0x26 */ member in struct:screen_info
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c49 if ( this->gl_config.red_size != 0 &&
53 attributes[i++] = this->gl_config.red_size;
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc30 attribs.red_size = 8;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc816 red_size(-1),
839 if (red_size != -1) {
841 attribs->push_back(red_size);
895 red_size = value;
H A Dgles2_cmd_utils.h209 int32_t red_size; member in struct:gpu::gles2::ContextCreationAttribHelper
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsetup.h112 __u8 red_size; member in struct:tag_videolfb
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c63 *value=this->gl_config.red_size;
360 fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, this->gl_config.green_size, this->gl_config.blue_size);
364 this->gl_config.red_size, this->gl_config.green_size, this->gl_config.blue_size), */
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h295 int red_size; member in struct:SDL_VideoDevice::__anon29434
H A DSDL_video.c226 video->gl_config.red_size = 3;
1456 video->gl_config.red_size = value;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c205 GL_pfd.cRedBits = this->gl_config.red_size;
225 *iAttr++ = this->gl_config.red_size;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc162 attrib_helper.red_size = 8;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c135 attribs[i++] = this->gl_config.red_size;

Completed in 3111 milliseconds