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

/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.h39 float textureWidth; variable
51 @property (readwrite, assign) float textureWidth; variable
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c116 * dimensions, and therefore width==textureWidth and height==textureHeight.
130 * therefore the textureWidth and textureHeight will be the next
225 oglsdo->textureWidth = texWidth;
277 oglsdo->textureWidth, oglsdo->textureHeight);
301 jint textureWidth, jint textureHeight)
311 textureWidth, textureHeight, textureID);
333 textureWidth, textureHeight);
424 oglsdo->textureWidth, oglsdo->textureHeight))
438 oglsdo->textureWidth, oglsdo->textureHeight);
299 OGLSD_InitFBObject(GLuint *fbobjectID, GLuint *depthID, GLuint textureID, GLenum textureTarget, jint textureWidth, jint textureHeight) argument
H A DOGLSurfaceData.h133 * jint textureWidth/Height;
174 jint textureWidth; member in struct:_OGLSDOps
293 jint textureWidth, jint textureHeight);

Completed in 31 milliseconds