Searched defs:textureHeight (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/ |
H A D | CGLLayer.h | 40 float textureHeight; variable 52 @property (readwrite, assign) float textureHeight; variable
|
/openjdk7/jdk/src/share/native/sun/java2d/opengl/ |
H A D | OGLSurfaceData.c | 116 * dimensions, and therefore width==textureWidth and height==textureHeight. 130 * therefore the textureWidth and textureHeight will be the next 226 oglsdo->textureHeight = texHeight; 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 D | OGLSurfaceData.h | 175 jint textureHeight; member in struct:_OGLSDOps 293 jint textureWidth, jint textureHeight);
|
Completed in 31 milliseconds