OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSMesaPixelStore
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h
68
void (*
OSMesaPixelStore
)( GLint pname, GLint value );
SDL_atarigl.c
194
this->gl_data->
OSMesaPixelStore
= SDL_LoadFunction(handle, "
OSMesaPixelStore
");
206
(this->gl_data->
OSMesaPixelStore
== NULL) ||
321
(this->gl_data->
OSMesaPixelStore
== NULL)) {
345
this->gl_data->
OSMesaPixelStore
(OSMESA_Y_UP, 0);
378
this->gl_data->
OSMesaPixelStore
=
OSMesaPixelStore
;
Completed in 638 milliseconds