HomeSort by relevance Sort by last modified time
    Searched refs:AGLContext (Results 1 - 5 of 5) 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/webrtc/modules/video_render/mac/
video_render_agl.h 42 VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner);
59 AGLContext _aglContext;
150 AGLContext _aglContext;
video_render_agl.cc 34 VideoChannelAGL::VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner) :
35 _aglContext( aglContext),
    [all...]
  /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 571 milliseconds