Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_36/
H A Dshader.c730 struct ctab_constant *constants;
733 static void free_constant(struct ctab_constant *constant) in free_constant()
778 struct ctab_constant *constant, const char *name);
780 static struct ctab_constant *get_constant_element_by_name(struct ctab_constant *constant, const cha… in get_constant_element_by_name()
819 struct ctab_constant *constant, const char *name) in get_constant_by_name()
822 struct ctab_constant *handles; in get_constant_by_name()
866 static struct ctab_constant *is_valid_sub_constant(struct ctab_constant *parent, D3DXHANDLE handle) in is_valid_sub_constant()
868 struct ctab_constant *c; in is_valid_sub_constant()
889 struct ctab_constant *c; in get_valid_constant()
995 struct ctab_constant *c = get_valid_constant(ctab, constant); in ID3DXConstantTableImpl_GetConstantDesc()
[all …]
H A Dd3dx9_private.h416 struct ctab_constant { struct
419 struct ctab_constant *constants; argument
422 const struct ctab_constant *d3dx_shader_get_ctab_constant(ID3DXConstantTable *iface,
H A Dpreshader.c542 const struct ctab_constant *constant = d3dx_shader_get_ctab_constant(ctab, hc); in get_ctab_constant_desc()