Searched refs:GetIndices (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/ |
| H A D | tessellator.hpp | 40 // (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. 405 int* GetIndices() {return CHWTessellator::GetIndices();} // Get CHLSLTessellator owned pointer to vertex indices. function in class:CHLSLTessellator
|
| H A D | tessellator.cpp | 1596 // CHWTessellator::GetIndices() 1599 int* CHWTessellator::GetIndices() function in class:CHWTessellator
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/ |
| H A D | tessellator.hpp | 40 // (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. function in class:CHLSLTessellator
|
| H A D | p_tessellator.cpp | 122 tess_data->indices = (uint32_t*)SUPER::GetIndices();
|
| H A D | tessellator.cpp | 1614 // CHWTessellator::GetIndices() 1617 int* CHWTessellator::GetIndices() function in class:CHWTessellator
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9.h | 263 virtual HRESULT WINAPI GetIndices(IDirect3DIndexBuffer9 **ppIndexData) = 0; 851 HRESULT (WINAPI *GetIndices)(IDirect3DDevice9 *This, IDirect3DIndexBuffer9 **ppIndexData); 978 #define IDirect3DDevice9_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a) 1102 HRESULT (WINAPI *GetIndices)(IDirect3DDevice9Ex *This, IDirect3DIndexBuffer9 **ppIndexData); 1245 #define IDirect3DDevice9Ex_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a)
|
| /xsrc/external/mit/MesaLib/dist/include/D3D9/ |
| H A D | d3d9.h | 263 virtual HRESULT WINAPI GetIndices(IDirect3DIndexBuffer9 **ppIndexData) = 0; 851 HRESULT (WINAPI *GetIndices)(IDirect3DDevice9 *This, IDirect3DIndexBuffer9 **ppIndexData); 978 #define IDirect3DDevice9_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a) 1102 HRESULT (WINAPI *GetIndices)(IDirect3DDevice9Ex *This, IDirect3DIndexBuffer9 **ppIndexData); 1245 #define IDirect3DDevice9Ex_GetIndices(p,a) (p)->lpVtbl->GetIndices(p,a)
|
Completed in 22 milliseconds