Searched refs:drawInCGLContext (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLLayer.java90 // and blits the buffer to the layer surface (in drawInCGLContext callback)
135 private void drawInCGLContext() { method in class:CGLLayer
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.m130 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)timeInterval displayTime:(const CVTimeStamp *)timeStamp
145 static JNF_MEMBER_CACHE(jm_drawInCGLContext, jc_JavaLayer, "drawInCGLContext", "()V");
152 [super drawInCGLContext:glContext pixelFormat:pixelFormat forLayerTime:timeInterval displayTime:timeStamp];

Completed in 27 milliseconds