OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swap_control
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c
291
if ( this->gl_config.
swap_control
>= 0 ) {
295
this->gl_config.
swap_control
);
297
rc = this->gl_data->glXSwapIntervalMESA(this->gl_config.
swap_control
);
299
rc = this->gl_data->glXSwapIntervalSGI(this->gl_config.
swap_control
);
302
this->gl_data->swap_interval = this->gl_config.
swap_control
;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m
155
if ( this->gl_config.
swap_control
>= 0 ) {
157
value = this->gl_config.
swap_control
;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c
372
if ( this->gl_config.
swap_control
>= 0 ) {
374
this->gl_data->wglSwapIntervalEXT(this->gl_config.
swap_control
);
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h
311
int
swap_control
;
member in struct:SDL_VideoDevice::__anon13125
SDL_video.c
242
video->gl_config.
swap_control
= -1; /* not known, don't set */
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glx/
dri_glx.c
813
/* No DRI2 support for
swap_control
at the moment, since SwapBuffers
/external/mesa3d/src/glx/
dri_glx.c
813
/* No DRI2 support for
swap_control
at the moment, since SwapBuffers
Completed in 296 milliseconds