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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c391 GLint gl_value; local
397 gl_value = wined3d_gl_mag_filter(texture->mag_lookup,
399 TRACE("ValueMAG=%#x setting MAGFILTER to %#x.\n", state, gl_value);
400 gl_info->gl_ops.gl.p_glTexParameteri(target, GL_TEXTURE_MAG_FILTER, gl_value);
409 GLint gl_value; local
422 gl_value = wined3d_gl_min_mip_filter(texture->min_mip_lookup,
428 sampler_states[WINED3D_SAMP_MIP_FILTER], gl_value);
429 gl_info->gl_ops.gl.p_glTexParameteri(target, GL_TEXTURE_MIN_FILTER, gl_value);
435 gl_value = texture->lod;
437 gl_value
[all...]

Completed in 34 milliseconds