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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c65 #define WINED3D_GLSL_SAMPLE_LOD 0x4 macro
1831 BOOL lod = flags & WINED3D_GLSL_SAMPLE_LOD;
3303 DWORD sample_flags = WINED3D_GLSL_SAMPLE_LOD;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c56 #define WINED3D_GLSL_SAMPLE_LOD 0x4 macro
1784 BOOL lod = flags & WINED3D_GLSL_SAMPLE_LOD;
3180 DWORD sample_flags = WINED3D_GLSL_SAMPLE_LOD;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c56 #define WINED3D_GLSL_SAMPLE_LOD 0x4 macro
1937 BOOL lod = flags & WINED3D_GLSL_SAMPLE_LOD;
3656 DWORD sample_flags = WINED3D_GLSL_SAMPLE_LOD;

Completed in 90 milliseconds