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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c275 float tex_left = src_rect->left; local
284 tex_left /= src_w;
321 glTexCoord2f(tex_left, tex_bottom);
325 glTexCoord2f(tex_left, tex_top);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c513 float tex_left = src_rect->left; local
523 tex_left /= src_w;
560 gl_info->gl_ops.gl.p_glTexCoord2f(tex_left, tex_bottom);
564 gl_info->gl_ops.gl.p_glTexCoord2f(tex_left, tex_top);

Completed in 36 milliseconds