Searched refs:internalFormat (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h214 GLuint OGLContext_CreateBlitTexture(GLenum internalFormat, GLenum pixelFormat,
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,
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1321 GLint internalFormat,
1327 GLint internalFormat,
1529 GLint internalFormat,
2216 GLAPI void GLAPIENTRY glTexImage3DEXT( GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels );
H A Dglext.h4699 typedef void (APIENTRYP PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);

Completed in 99 milliseconds