OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_active
(Results
1 - 8
of
8
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h
32
int
gl_active
; /* to stop switching drivers while we have a valid context */
member in struct:SDL_PrivateGLData
82
#define
gl_active
(this->gl_data->
gl_active
)
macro
SDL_x11gl.c
279
gl_active
= 1;
308
if (
gl_active
) {
328
gl_active
= 0;
494
if (
gl_active
) {
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h
40
int
gl_active
; /* to stop switching drivers while we have a valid context */
member in struct:SDL_PrivateGLData
83
#define
gl_active
(this->gl_data->
gl_active
)
macro
SDL_atarigl.c
82
gl_active
= InitOld(this, current);
84
gl_active
= InitNew(this, current);
88
return (
gl_active
);
118
gl_active
= 0;
129
if (
gl_active
) {
259
if (!
gl_active
) {
315
if (gl_oldmesa &&
gl_active
) {
326
if (!
gl_active
) {
356
if (
gl_active
) {
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl_c.h
30
int
gl_active
; /* to stop switching drivers while we have a valid context */
member in struct:SDL_PrivateGLData
58
#define
gl_active
(this->gl_data->
gl_active
)
macro
SDL_wingl.c
343
gl_active
= 1;
380
if (
gl_active
) {
401
gl_active
= 0;
599
if (
gl_active
) {
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c
1108
if (
gl_active
) {
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c
1072
if (
gl_active
) {
Completed in 69 milliseconds