Home
last modified time | relevance | path

Searched refs:ID3DXConstantTable_SetInt (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Dd3dx9shader.h192 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->lpVtbl->SetInt(p,a,b,c) macro
223 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->SetInt(a,b,c) macro
/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dhlsl.c490 ID3DXConstantTable_SetInt(constants, device, "i", 2); in test_float_vectors()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dshader.c691 res = ID3DXConstantTable_SetInt(ctable, device, "i", i + 1); in test_setting_basic_table()
695 res = ID3DXConstantTable_SetInt(ctable, device, "i", i); in test_setting_basic_table()
5980 return ID3DXConstantTable_SetInt(ctable, device, constant, *((INT *)in)); in registerset_apply()