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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c299 OGLSD_InitFBObject(GLuint *fbobjectID, GLuint *depthID, function
310 J2dTraceLn3(J2D_TRACE_INFO, "OGLSD_InitFBObject: w=%d h=%d texid=%d",
339 "OGLSD_InitFBObject: could not create depth buffer: depth=%d error=%x",
376 "OGLSD_InitFBObject: could not find valid depth format");
389 * a guide. See OGLSD_InitTextureObject() and OGLSD_InitFBObject()
422 if (!OGLSD_InitFBObject(&fbobjectID, &depthID,

Completed in 30 milliseconds