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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c278 float tex_bottom = src_rect->bottom; local
287 tex_bottom /= src_h;
321 glTexCoord2f(tex_left, tex_bottom);
333 glTexCoord2f(tex_right, tex_bottom);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c516 float tex_bottom = src_rect->bottom; local
526 tex_bottom /= src_h;
560 gl_info->gl_ops.gl.p_glTexCoord2f(tex_left, tex_bottom);
572 gl_info->gl_ops.gl.p_glTexCoord2f(tex_right, tex_bottom);

Completed in 712 milliseconds