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.12/src/video/maccommon/
SDL_lowvideo.h 39 typedef struct __AGLContextRec *AGLContext;
83 AGLContext appleGLContext;
  /external/skia/include/utils/
SkEGLContext.h 36 AGLContext context;
  /external/skia/src/utils/mac/
SkEGLContext_mac.cpp 16 AGLContext ctx;
SkOSWindow_Mac.cpp 460 AGLContext create_gl(WindowRef wref)
463 AGLContext ctx;
506 success = aglSetWindowRef((AGLContext)fAGLCtx, (WindowRef)fHWND);
526 aglSetWindowRef((AGLContext)fAGLCtx, NULL);
530 aglSwapBuffers((AGLContext)fAGLCtx);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 214 AGLContext aglContext;
551 return aglSetCurrentContext(data().aglContext);
563 data().aglContext = aglGetCurrentContext();

Completed in 120 milliseconds