Searched refs:OGLSD_MakeOGLContextCurrent (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c46 extern OGLContext *OGLSD_MakeOGLContextCurrent(JNIEnv *env,
182 oglc = OGLSD_MakeOGLContextCurrent(env, srcOps, dstOps);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c264 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOps) function
269 J2dTraceLn(J2D_TRACE_INFO, "OGLSD_MakeOGLContextCurrent");
274 "OGLSD_MakeOGLContextCurrent: context is null");
307 "OGLSD_MakeOGLContextCurrent: could not make current");
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c231 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOps) function
240 J2dTraceLn(J2D_TRACE_INFO, "OGLSD_MakeOGLContextCurrent");
249 "OGLSD_MakeOGLContextCurrent: context is null");
307 "OGLSD_MakeOGLContextCurrent: could not make current");
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.m231 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOps)
233 J2dTraceLn(J2D_TRACE_INFO, "OGLSD_MakeOGLContextCurrent");
241 J2dRlsTraceLn(J2D_TRACE_ERROR, "OGLSD_MakeOGLContextCurrent: context is null");

Completed in 98 milliseconds