Searched refs:debug_d3dpool (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | volume.c | 349 device, width, height, depth, usage, debug_d3dformat(format_id), debug_d3dpool(pool));
|
H A D | texture.c | 59 debug_d3dusage(desc->usage), debug_d3dpool(desc->pool), desc->width, desc->height, desc->depth, 568 TRACE("Ignoring SetLOD on %s texture, returning 0.\n", debug_d3dpool(texture->resource.pool));
|
H A D | utils.c | 2644 const char *debug_d3dpool(enum wined3d_pool pool) function
|
H A D | wined3d_private.h | 2762 const char *debug_d3dpool(enum wined3d_pool pool) DECLSPEC_HIDDEN;
|
H A D | device.c | 4467 WARN("Color-fill not allowed on %s surfaces.\n", debug_d3dpool(surface->resource.pool));
|
H A D | surface.c | 7764 surface, debug_d3dusage(usage), usage, debug_d3dpool(pool), multisample_type, multisample_quality);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | basetexture.c | 144 TRACE("Ignoring SetLOD on %s texture, returning 0\n", debug_d3dpool(This->resource.pool));
|
H A D | device.c | 824 ppSurface, debug_d3dusage(Usage), Usage, debug_d3dpool(Pool), Pool, MultiSample, MultisampleQuality); 944 Depth, Levels, Usage, Format, debug_d3dformat(Format), debug_d3dpool(Pool)); 988 Depth, Usage, Format, debug_d3dformat(Format), debug_d3dpool(Pool));
|
H A D | utils.c | 2131 const char* debug_d3dpool(WINED3DPOOL Pool) { function
|
H A D | wined3d_private.h | 2979 const char *debug_d3dpool(WINED3DPOOL pool) DECLSPEC_HIDDEN;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 3014 const char *debug_d3dpool(WINED3DPOOL pool) DECLSPEC_HIDDEN;
|
Completed in 214 milliseconds