OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSMesaCreateContextExt
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h
65
OSMesaContext (*
OSMesaCreateContextExt
)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist);
SDL_atarigl.c
191
this->gl_data->
OSMesaCreateContextExt
= SDL_LoadFunction(handle, "
OSMesaCreateContextExt
");
203
if ( (this->gl_data->
OSMesaCreateContextExt
== NULL) ||
375
this->gl_data->
OSMesaCreateContextExt
=
OSMesaCreateContextExt
;
417
if (this->gl_data->
OSMesaCreateContextExt
== NULL) {
495
gl_ctx = this->gl_data->
OSMesaCreateContextExt
(
Completed in 489 milliseconds