Searched defs:tstype (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c2061 const char* debug_d3dtstype(WINED3DTRANSFORMSTATETYPE tstype) { argument
2062 switch (tstype) {
2063 #define TSTYPE_TO_STR(tstype) case tstype: return #tstype
2077 if (tstype > 256 && tstype < 512) {
2078 FIXME("WINED3DTS_WORLDMATRIX(%u). 1..255 not currently supported\n", tstype);
2081 FIXME("Unrecognized %u WINED3DTS\n", tstype);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c2559 const char *debug_d3dtstype(enum wined3d_transform_state tstype) argument
2561 switch (tstype)
2563 #define TSTYPE_TO_STR(tstype) case tstype: return #tstype
2577 if (tstype > 256 && tstype < 512)
2579 FIXME("WINED3D_TS_WORLD_MATRIX(%u). 1..255 not currently supported.\n", tstype);
2582 FIXME("Unrecognized transform state %#x.\n", tstype);

Completed in 46 milliseconds