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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c516 OGLContext_CreateBlitTexture(GLenum internalFormat, GLenum pixelFormat, argument
545 j2d_glTexImage2D(GL_TEXTURE_2D, 0, internalFormat,
H A DOGLTextRenderer.c200 GLenum internalFormat = lcdCache ? GL_RGB8 : GL_INTENSITY8; local
224 j2d_glTexImage2D(GL_TEXTURE_2D, 0, internalFormat,

Completed in 46 milliseconds