Searched refs:sharedContext (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c48 static GLXContext sharedContext = 0; variable
492 if (sharedContext == 0) {
494 sharedContext = j2d_glXCreateNewContext(awt_display, fbconfig,
496 if (sharedContext == 0) {
505 GLX_RGBA_TYPE, sharedContext,
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m149 NSOpenGLContext *sharedContext = NULL;
229 if (sharedContext == NULL) {
254 sharedContext =
258 if (sharedContext == nil) {
301 shareContext: sharedContext];
442 [sharedContext makeCurrentContext];
H A DCGLLayer.m34 extern NSOpenGLContext *sharedContext;
94 CGLCreateContext(pixelFormat, sharedContext.CGLContextObj, &contextObj);
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c43 HGLRC sharedContext = 0; variable
544 if (sharedContext == 0) {
546 sharedContext = WGLGC_CreateContext(screennum, pixfmt);
547 if (sharedContext == 0) {
577 if (!j2d_wglShareLists(sharedContext, context)) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java372 long sharedContext);
374 public static long createOGLContextOnSurface(Graphics g, long sharedContext) { argument
378 return createCGLContextOnSurface(cglsd, sharedContext);
371 createCGLContextOnSurface(CGLSurfaceData sd, long sharedContext) argument

Completed in 1151 milliseconds