Home
last modified time | relevance | path

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

/reactos/sdk/include/dxsdk/
H A Dd3dx9mesh.h334 STDMETHOD(ConvertAdjacencyToPointReps)(THIS_ const DWORD *adjacency, DWORD *point_reps) PURE; in DECLARE_INTERFACE_() local
368 STDMETHOD(ConvertAdjacencyToPointReps)(THIS_ const DWORD *adjacency, DWORD *point_reps) PURE; in DECLARE_INTERFACE_() local
411 STDMETHOD(ConvertAdjacencyToPointReps)(THIS_ const DWORD *adjacency, DWORD *point_reps) PURE; in DECLARE_INTERFACE_() local
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c5835 hr = mesh->lpVtbl->ConvertAdjacencyToPointReps(mesh, tc[i].adjacency, point_reps); in test_convert_adjacency_to_point_reps()
5856 … hr = mesh_null_check->lpVtbl->ConvertAdjacencyToPointReps(mesh_null_check, tc[0].adjacency, NULL); in test_convert_adjacency_to_point_reps()
5859 hr = mesh_null_check->lpVtbl->ConvertAdjacencyToPointReps(mesh_null_check, NULL, NULL); in test_convert_adjacency_to_point_reps()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c7062 hr = mesh->lpVtbl->ConvertAdjacencyToPointReps(mesh, adjacency_ptr, point_reps); in D3DXWeldVertices()
7429 if (FAILED(hr = mesh->lpVtbl->ConvertAdjacencyToPointReps(mesh, adjacency, point_reps))) in D3DXComputeTangentFrameEx()