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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c7152 static GLuint gen_yuv_shader(struct arbfp_blit_priv *priv, const struct wined3d_gl_info *gl_info, function
7366 if (!shader) shader = gen_yuv_shader(priv, gl_info, fixup, textype);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c6642 static GLuint gen_yuv_shader(IWineD3DDeviceImpl *device, enum complex_fixup yuv_fixup, GLenum textype) function
6851 if (!shader) shader = gen_yuv_shader(device, fixup, textype);

Completed in 90 milliseconds