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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskBlit.c60 if (oglc->blitTextureID == 0) {
69 j2d_glBindTexture(GL_TEXTURE_2D, oglc->blitTextureID);
H A DOGLContext.h85 GLuint blitTextureID; member in struct:__anon927
H A DOGLContext.c573 oglc->blitTextureID =
595 if (oglc->blitTextureID != 0) {
596 j2d_glDeleteTextures(1, &oglc->blitTextureID);
H A DOGLBlitLoops.c272 if (oglc->blitTextureID == 0) {
288 j2d_glBindTexture(GL_TEXTURE_2D, oglc->blitTextureID);
H A DOGLTextRenderer.c970 if (oglc->blitTextureID == 0) {
976 if (!OGLTR_EnableLCDGlyphModeState(oglc->blitTextureID, contrast)) {

Completed in 30 milliseconds