OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ph_SetupOpenGLContext
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.h
38
int
ph_SetupOpenGLContext
(_THIS, int width, int height, int bpp, Uint32 flags);
SDL_ph_gl.c
195
int
ph_SetupOpenGLContext
(_THIS, int width, int height, int bpp, Uint32 flags)
254
SDL_SetError("
ph_SetupOpenGLContext
(): cannot create OpenGL context !\n");
278
int
ph_SetupOpenGLContext
(_THIS, int width, int height, int bpp, Uint32 flags)
291
SDL_SetError("
ph_SetupOpenGLContext
(): cannot initialize OpenGL subsystem !\n");
296
SDL_SetError("
ph_SetupOpenGLContext
(): there are no available OpenGL renderers was found !\n");
370
SDL_SetError("
ph_SetupOpenGLContext
(): failed to create OpenGL buffers !\n");
380
SDL_SetError("
ph_SetupOpenGLContext
(): failed to create OpenGL context !\n");
389
SDL_SetError("
ph_SetupOpenGLContext
(): failed to make the OpenGL context current !\n");
SDL_ph_image.c
316
if (
ph_SetupOpenGLContext
(this, screen->w, screen->h, screen->format->BitsPerPixel, screen->flags)!=0)
Completed in 1969 milliseconds