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

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h 39 typedef struct __AGLContextRec *AGLContext;
83 AGLContext appleGLContext;
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 469 AGLContext create_gl(WindowRef wref)
472 AGLContext ctx;
515 success = aglSetWindowRef((AGLContext)fAGLCtx, (WindowRef)fHWND);
535 aglSetWindowRef((AGLContext)fAGLCtx, NULL);
539 aglSwapBuffers((AGLContext)fAGLCtx);
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 469 AGLContext create_gl(WindowRef wref)
472 AGLContext ctx;
515 success = aglSetWindowRef((AGLContext)fAGLCtx, (WindowRef)fHWND);
535 aglSetWindowRef((AGLContext)fAGLCtx, NULL);
539 aglSwapBuffers((AGLContext)fAGLCtx);

Completed in 84 milliseconds