HomeSort by relevance Sort by last modified time
    Searched refs:gl_ctx (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 84 #define gl_ctx (this->gl_data->ctx) macro
SDL_atarigl.c 105 if (gl_ctx) {
107 this->gl_data->OSMesaDestroyContext(gl_ctx);
109 gl_ctx = NULL;
339 if (!(this->gl_data->OSMesaMakeCurrent(gl_ctx, surface->pixels, type, surface->w, surface->h))) {
485 if (gl_ctx &&
495 gl_ctx = this->gl_data->OSMesaCreateContextExt(
499 if (gl_ctx) {
512 return (gl_ctx != NULL);

Completed in 58 milliseconds