Searched refs:BE_GL_GetAttribute (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc65 static int BE_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
129 device->GL_GetAttribute = BE_GL_GetAttribute;
714 int BE_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) function
717 FIXME? Right now BE_GL_GetAttribute shouldn't be called between glBegin() and glEnd() - it doesn't use "cached" values

Completed in 14 milliseconds