Searched refs:wined3daccess_from_d3dpool (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/directx/wine/d3d9/ |
H A D | buffer.c | 293 desc.access = wined3daccess_from_d3dpool(pool, usage) in vertexbuffer_init() 580 desc.access = wined3daccess_from_d3dpool(pool, usage) in indexbuffer_init()
|
H A D | d3d9_private.h | 315 static inline unsigned int wined3daccess_from_d3dpool(D3DPOOL pool, unsigned int usage) in wined3daccess_from_d3dpool() function
|
H A D | texture.c | 1317 desc.access = wined3daccess_from_d3dpool(pool, usage) in texture_init() 1389 desc.access = wined3daccess_from_d3dpool(pool, usage) in cubetexture_init() 1460 desc.access = wined3daccess_from_d3dpool(pool, usage); in volumetexture_init()
|
H A D | device.c | 1351 desc.access = wined3daccess_from_d3dpool(pool, usage) in d3d9_device_create_surface()
|
/reactos/dll/directx/wine/d3d8/ |
H A D | buffer.c | 292 desc.access = wined3daccess_from_d3dpool(pool, usage) in vertexbuffer_init() 581 desc.access = wined3daccess_from_d3dpool(pool, usage) in indexbuffer_init()
|
H A D | d3d8_private.h | 301 static inline unsigned int wined3daccess_from_d3dpool(D3DPOOL pool, unsigned int usage) in wined3daccess_from_d3dpool() function
|
H A D | texture.c | 1113 desc.access = wined3daccess_from_d3dpool(pool, usage) in texture_init() 1161 desc.access = wined3daccess_from_d3dpool(pool, usage) in cubetexture_init() 1208 desc.access = wined3daccess_from_d3dpool(pool, usage); in volumetexture_init()
|
H A D | device.c | 1080 desc.access = wined3daccess_from_d3dpool(pool, usage) in d3d8_device_create_surface()
|