Home
last modified time | relevance | path

Searched refs:GetIndices (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp40 // (5) Call C*Tessellator::GetPoints() and C*Tessellator::GetIndices() to get pointers to the data.
145 int* GetIndices(); // Get CHWTessellator owned pointer to vertex indices.
391 int* GetIndices() {return CHWTessellator::GetIndices();} // Get CHLSLTessellator owned pointer to vertex indices. in GetIndices() function in CHLSLTessellator
H A Dp_tessellator.cpp122 tess_data->indices = (uint32_t*)SUPER::GetIndices(); in Tessellate()
H A Dtessellator.cpp1614 // CHWTessellator::GetIndices()
1617 int* CHWTessellator::GetIndices() in GetIndices() function in CHWTessellator
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h263 virtual HRESULT WINAPI GetIndices(IDirect3DIndexBuffer9 **ppIndexData) = 0;
851 HRESULT (WINAPI *GetIndices)(IDirect3DDevice9 *This, IDirect3DIndexBuffer9 **ppIndexData); member
978 #define IDirect3DDevice9_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a)
1102 HRESULT (WINAPI *GetIndices)(IDirect3DDevice9Ex *This, IDirect3DIndexBuffer9 **ppIndexData); member
1245 #define IDirect3DDevice9Ex_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a)

Completed in 13 milliseconds