Searched defs:OGLSD_InitOGLWindow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c328 OGLSD_InitOGLWindow(JNIEnv *env, OGLSDOps *oglsdo) function
338 J2dTraceLn(J2D_TRACE_INFO, "OGLSD_InitOGLWindow");
342 "OGLSD_InitOGLWindow: ops are null");
349 "OGLSD_InitOGLWindow: glx ops are null");
357 "OGLSD_InitOGLWindow: window is invalid");
367 J2dTraceLn(J2D_TRACE_WARNING, "OGLSD_InitOGLWindow: widget is null");
372 "OGLSD_InitOGLWindow: widget is unrealized");
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c334 OGLSD_InitOGLWindow(JNIEnv *env, OGLSDOps *oglsdo) function
343 J2dTraceLn(J2D_TRACE_INFO, "OGLSD_InitOGLWindow");
347 "OGLSD_InitOGLWindow: ops are null");
354 "OGLSD_InitOGLWindow: wgl ops are null");
361 "OGLSD_InitOGLWindow: graphics config info is null");
368 "OGLSD_InitOGLWindow: disposed component");
377 "OGLSD_InitOGLWindow: invalid hdc");
383 "OGLSD_InitOGLWindow: error setting pixel format");

Completed in 43 milliseconds