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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c66 #define WINED3D_GLSL_SAMPLE_GRAD 0x8 macro
1832 BOOL grad = flags & WINED3D_GLSL_SAMPLE_GRAD;
3268 DWORD sample_flags = WINED3D_GLSL_SAMPLE_GRAD;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c57 #define WINED3D_GLSL_SAMPLE_GRAD 0x8 macro
1785 BOOL grad = flags & WINED3D_GLSL_SAMPLE_GRAD;
3145 DWORD sample_flags = WINED3D_GLSL_SAMPLE_GRAD;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c57 #define WINED3D_GLSL_SAMPLE_GRAD 0x8 macro
1938 BOOL grad = flags & WINED3D_GLSL_SAMPLE_GRAD;
3626 DWORD sample_flags = WINED3D_GLSL_SAMPLE_GRAD;

Completed in 426 milliseconds