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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macgl.c 112 glContext = aglCreateContext(format, NULL);
113 if ( glContext == NULL ) {
120 noerr = aglSetDrawable(glContext, GetWindowPort(SDL_Window));
122 noerr = aglSetDrawable(glContext, (AGLDrawable)SDL_Window);
139 if ( glContext != NULL ) {
141 aglSetDrawable(glContext, NULL);
142 aglDestroyContext(glContext);
143 glContext = NULL;
156 if( ! aglSetCurrentContext(glContext) ) {
165 aglSwapBuffers(glContext);
    [all...]
SDL_lowvideo.h 100 #define glContext (this->hidden->appleGLContext)
  /external/webkit/WebCore/platform/graphics/mac/
Canvas3DLayer.mm 71 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)timeInterval displayTime:(const CVTimeStamp *)timeStamp
75 CGLSetCurrentContext(glContext);
105 [super drawInCGLContext:glContext pixelFormat:pixelFormat forLayerTime:timeInterval displayTime:timeStamp];
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c     [all...]

Completed in 1051 milliseconds