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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c5504 const char *texture_function, *coord_mask; local
5531 texture_function = "texture1DProj";
5536 texture_function = "texture1D";
5543 texture_function = "texture2DProj";
5548 texture_function = "texture2D";
5555 texture_function = "texture3DProj";
5560 texture_function = "texture3D";
5565 texture_function = "textureCube";
5571 texture_function = "texture2DRectProj";
5576 texture_function
[all...]

Completed in 57 milliseconds