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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbasetexture.c467 GLint glValue; local
473 glValue = wined3d_gl_mag_filter(This->baseTexture.magLookup,
475 TRACE("ValueMAG=%d setting MAGFILTER to %x\n", state, glValue);
476 glTexParameteri(textureDimensions, GL_TEXTURE_MAG_FILTER, glValue);
484 GLint glValue; local
498 glValue = wined3d_gl_min_mip_filter(This->baseTexture.minMipLookup,
504 samplerStates[WINED3DSAMP_MIPFILTER], glValue);
505 glTexParameteri(textureDimensions, GL_TEXTURE_MIN_FILTER, glValue);
510 glValue = This->baseTexture.LOD;
512 glValue
[all...]

Completed in 43 milliseconds