Home
last modified time | relevance | path

Searched refs:WINED3D_STATE_INIT_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dcs.c1853 WINED3D_STATE_NO_REF | WINED3D_STATE_INIT_DEFAULT); in wined3d_cs_exec_reset_state()
2840 WINED3D_STATE_NO_REF | WINED3D_STATE_INIT_DEFAULT); in wined3d_cs_create()
H A Dstateblock.c1324 if (flags & WINED3D_STATE_INIT_DEFAULT) in state_init()
H A Ddevice.c4994 &device->adapter->d3d_info, WINED3D_STATE_INIT_DEFAULT);
5240 &adapter->d3d_info, WINED3D_STATE_INIT_DEFAULT);
H A Dwined3d_private.h2819 #define WINED3D_STATE_INIT_DEFAULT 0x00000002 macro