Searched refs:D3DRS_TO_STRING_CASE (Results 1 – 1 of 1) sorted by relevance
3734 #define D3DRS_TO_STRING_CASE(n) case D3DRS_##n: return "D3DRS_"#n macro3738 D3DRS_TO_STRING_CASE(ZENABLE); in nine_d3drs_to_string()3739 D3DRS_TO_STRING_CASE(FILLMODE); in nine_d3drs_to_string()3740 D3DRS_TO_STRING_CASE(SHADEMODE); in nine_d3drs_to_string()3741 D3DRS_TO_STRING_CASE(ZWRITEENABLE); in nine_d3drs_to_string()3742 D3DRS_TO_STRING_CASE(ALPHATESTENABLE); in nine_d3drs_to_string()3743 D3DRS_TO_STRING_CASE(LASTPIXEL); in nine_d3drs_to_string()3744 D3DRS_TO_STRING_CASE(SRCBLEND); in nine_d3drs_to_string()3745 D3DRS_TO_STRING_CASE(DESTBLEND); in nine_d3drs_to_string()3746 D3DRS_TO_STRING_CASE(CULLMODE); in nine_d3drs_to_string()[all …]