Searched refs:fbobjectID (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c293 * the values of fbobjectID and depthID using the IDs created by this method.
299 OGLSD_InitFBObject(GLuint *fbobjectID, GLuint *depthID, argument
381 *fbobjectID = fboTmpID;
400 GLuint fbobjectID, depthID; local
422 if (!OGLSD_InitFBObject(&fbobjectID, &depthID,
434 oglsdo->fbobjectID = fbobjectID;
574 if (oglsdo->fbobjectID != 0) {
575 j2d_glDeleteFramebuffersEXT(1, &oglsdo->fbobjectID);
576 oglsdo->fbobjectID
[all...]
H A DOGLSurfaceData.h157 * GLuint fbobjectID, depthID;
178 GLuint fbobjectID; member in struct:_OGLSDOps
291 jboolean OGLSD_InitFBObject(GLuint *fbobjectID, GLuint *depthID,
H A DOGLContext.c653 GLuint fbobjectID, textureID, depthID; local
689 if (!OGLSD_InitFBObject(&fbobjectID, &depthID,
702 j2d_glDeleteFramebuffersEXT(1, &fbobjectID);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c295 j2d_glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, dstOps->fbobjectID);
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c270 j2d_glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, dstOps->fbobjectID);
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.m268 j2d_glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, dstOps->fbobjectID);

Completed in 38 milliseconds