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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbasetexture.c387 static void apply_wrap(const struct wined3d_gl_info *gl_info, GLenum target, function
439 apply_wrap(gl_info, textureDimensions, state, GL_TEXTURE_WRAP_S, cond_np2);
445 apply_wrap(gl_info, textureDimensions, state, GL_TEXTURE_WRAP_T, cond_np2);
451 apply_wrap(gl_info, textureDimensions, state, GL_TEXTURE_WRAP_R, cond_np2);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c315 static void apply_wrap(const struct wined3d_gl_info *gl_info, GLenum target, function
359 apply_wrap(gl_info, target, state, GL_TEXTURE_WRAP_S, cond_np2);
366 apply_wrap(gl_info, target, state, GL_TEXTURE_WRAP_T, cond_np2);
373 apply_wrap(gl_info, target, state, GL_TEXTURE_WRAP_R, cond_np2);

Completed in 113 milliseconds