OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_oldmesa
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h
42
int
gl_oldmesa
; /* Old OpenGL support ? */
member in struct:SDL_PrivateGLData
85
#define
gl_oldmesa
(this->gl_data->
gl_oldmesa
)
macro
SDL_atarigl.c
81
if (
gl_oldmesa
) {
94
if (
gl_oldmesa
) {
201
gl_oldmesa
= 0;
217
gl_oldmesa
= 1;
315
if (
gl_oldmesa
&& gl_active) {
Completed in 549 milliseconds