OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSMesaCreateContextExt
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/mesa/
SkMesaGLContext.cpp
57
fContext = (Context)
OSMesaCreateContextExt
(OSMESA_BGRA, 0, 0, 0, NULL);
/external/qemu/distrib/sdl-1.2.15/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
;
415
if (this->gl_data->
OSMesaCreateContextExt
== NULL) {
493
gl_ctx = this->gl_data->
OSMesaCreateContextExt
(
Completed in 42 milliseconds