Searched refs:contained_sampler_states (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c444 stateblock->contained_sampler_states[stateblock->num_contained_sampler_states].stage = i;
445 stateblock->contained_sampler_states[stateblock->num_contained_sampler_states].state = j;
855 DWORD stage = This->contained_sampler_states[i].stage;
856 DWORD state = This->contained_sampler_states[i].state;
964 DWORD stage = This->contained_sampler_states[i].stage;
965 DWORD state = This->contained_sampler_states[i].state;
H A Dwined3d_private.h2767 struct StageState contained_sampler_states[MAX_COMBINED_SAMPLERS * WINED3D_HIGHEST_SAMPLER_STATE]; member in struct:IWineD3DStateBlockImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c445 stateblock->contained_sampler_states[stateblock->num_contained_sampler_states].stage = i;
446 stateblock->contained_sampler_states[stateblock->num_contained_sampler_states].state = j;
958 DWORD stage = stateblock->contained_sampler_states[i].stage;
959 DWORD state = stateblock->contained_sampler_states[i].state;
1068 DWORD stage = stateblock->contained_sampler_states[i].stage;
1069 DWORD state = stateblock->contained_sampler_states[i].state;
H A Dwined3d_private.h2589 struct StageState contained_sampler_states[MAX_COMBINED_SAMPLERS * WINED3D_HIGHEST_SAMPLER_STATE]; member in struct:wined3d_stateblock
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2802 struct StageState contained_sampler_states[MAX_COMBINED_SAMPLERS * WINED3D_HIGHEST_SAMPLER_STATE]; member in struct:IWineD3DStateBlockImpl

Completed in 137 milliseconds