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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c277 float tex_right = src_rect->right; local
285 tex_right /= src_w;
329 glTexCoord2f(tex_right, tex_top);
333 glTexCoord2f(tex_right, tex_bottom);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c515 float tex_right = src_rect->right; local
524 tex_right /= src_w;
568 gl_info->gl_ops.gl.p_glTexCoord2f(tex_right, tex_top);
572 gl_info->gl_ops.gl.p_glTexCoord2f(tex_right, tex_bottom);

Completed in 37 milliseconds