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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcva_huge.c54 GLboolean double_buffer; variable in typeref:typename:GLboolean
150 if ( double_buffer )
171 double_buffer = GL_TRUE;
175 double_buffer = GL_FALSE;
177 double_buffer = GL_TRUE;
199 type |= ( double_buffer ) ? GLUT_DOUBLE : GLUT_SINGLE;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.h106 Bool double_buffer; member in struct:__anon0d6959380108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Dtranslate_test.c60 double* double_buffer; local in function:main
142 double_buffer = align_malloc(buffer_size, 4096);
164 double_buffer[i] = rand_double();
255 buffer[0] = (unsigned char*)double_buffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Dtranslate_test.c61 double* double_buffer; local in function:main
143 double_buffer = align_malloc(buffer_size, 4096);
165 double_buffer[i] = rand_double();
262 buffer[0] = (unsigned char*)double_buffer;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c61 unsigned int double_buffer; local in function:wgl_add_config
70 double_buffer = (stw_config->pfd.dwFlags & PFD_DOUBLEBUFFER) != 0;
112 if (double_buffer) {
144 if (!conf->stw_config[double_buffer])
145 conf->stw_config[double_buffer] = stw_config;
155 conf->stw_config[double_buffer] = stw_config;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c176 const bool double_buffer = surface_type == EGL_WINDOW_BIT; local in function:dri2_get_dri_config
179 return conf->dri_config[double_buffer][srgb];
202 unsigned int attrib, value, double_buffer; local in function:dri2_add_config
212 double_buffer = 0;
250 double_buffer = value;
341 if (!conf->dri_config[double_buffer][srgb])
342 conf->dri_config[double_buffer][srgb] = dri_config;
352 conf->dri_config[double_buffer][srgb] = dri_config;
365 if (double_buffer) {
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Dnewmmio.h71 int32 double_buffer; member in struct:__anon6afe68d40608
H A Ds3_reg.h195 #define SET_DOUBLE_BUFFER(val) ((mmtr)s3MmioMem)->streams_regs.regs.double_buffer = (val)
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c311 const bool double_buffer = surface_type == EGL_WINDOW_BIT; local in function:dri2_get_dri_config
314 return conf->dri_config[double_buffer][srgb];
404 unsigned int attrib, value, double_buffer; local in function:dri2_add_config
415 double_buffer = 0;
455 double_buffer = value;
563 if (double_buffer) {
590 if (!conf->dri_config[double_buffer][srgb])
591 conf->dri_config[double_buffer][srgb] = dri_config;
601 conf->dri_config[double_buffer][srgb] = dri_config;
/xsrc/external/mit/xterm/dist/
H A Dconfigure.in691 double_buffer=False
701 double_buffer=True
704 AC_SUBST(double_buffer) subst
H A Dconfigure19868 double_buffer=False
19895 double_buffer=True
26274 s,@double_buffer@,$double_buffer,;t t
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h96 int32 double_buffer;

Completed in 45 milliseconds