Home
last modified time | relevance | path

Searched refs:D3DPRIMITIVETYPE (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp81 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigned int num…
82 …long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned…
83 …long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned in…
84 …long __stdcall DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount, const …
DDirect3DDevice8.cpp889 …long Direct3DDevice8::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigned … in DrawIndexedPrimitive()
958 …long Direct3DDevice8::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigne… in DrawIndexedPrimitiveUP()
1046 …long Direct3DDevice8::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsi… in DrawPrimitive()
1074 …long Direct3DDevice8::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp138 …long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned in…
139 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
140 …long __stdcall DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount, const …
141 …long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned…
DDirect3DDevice9.hpp84 …long __stdcall DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIn…
85 …long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned…
86 …long __stdcall DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned in…
87 …long __stdcall DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount, const …
DDirect3DDevice9Ex.cpp229 …long Direct3DDevice9Ex::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned … in DrawIndexedPrimitive()
236 …long Direct3DDevice9Ex::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsig… in DrawIndexedPrimitiveUP()
243 …long Direct3DDevice9Ex::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, un… in DrawPrimitive()
250 …long Direct3DDevice9Ex::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCoun… in DrawPrimitiveUP()
DDirect3DDevice9.cpp996 …long Direct3DDevice9::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned in… in DrawIndexedPrimitive()
1064 …long Direct3DDevice9::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigne… in DrawIndexedPrimitiveUP()
1155 …long Direct3DDevice9::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsi… in DrawPrimitive()
1186 …long Direct3DDevice9::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h494 D3DPRIMITIVETYPE PrimitiveType,
500 D3DPRIMITIVETYPE PrimitiveType,
509 D3DPRIMITIVETYPE PrimitiveType,
515 D3DPRIMITIVETYPE PrimitiveType,
Ddevice9.h624 D3DPRIMITIVETYPE PrimitiveType,
630 D3DPRIMITIVETYPE PrimitiveType,
639 D3DPRIMITIVETYPE PrimitiveType,
646 D3DPRIMITIVETYPE PrimitiveType,
Dnine_pipe.h551 d3dprimitivetype_to_pipe_prim(D3DPRIMITIVETYPE prim) in d3dprimitivetype_to_pipe_prim()
567 prim_count_to_vertex_count(D3DPRIMITIVETYPE prim, UINT count) in prim_count_to_vertex_count()
Dnine_lock.c1478 D3DPRIMITIVETYPE PrimitiveType, in LockDevice9_DrawPrimitive()
1491 D3DPRIMITIVETYPE PrimitiveType, in LockDevice9_DrawIndexedPrimitive()
1507 D3DPRIMITIVETYPE PrimitiveType, in LockDevice9_DrawPrimitiveUP()
1521 D3DPRIMITIVETYPE PrimitiveType, in LockDevice9_DrawIndexedPrimitiveUP()
Dnine_state.c2458 struct NineDevice9 *dev, D3DPRIMITIVETYPE type, UINT count) in init_draw_info()
2474 ARG_VAL(D3DPRIMITIVETYPE, PrimitiveType), in CSMT_ITEM_NO_WAIT() argument
2495 ARG_VAL(D3DPRIMITIVETYPE, PrimitiveType), in CSMT_ITEM_NO_WAIT() argument
2520 ARG_VAL(D3DPRIMITIVETYPE, PrimitiveType), in CSMT_ITEM_NO_WAIT() argument
2543 ARG_VAL(D3DPRIMITIVETYPE, PrimitiveType), in CSMT_ITEM_NO_WAIT() argument
Ddevice9.c2755 D3DPRIMITIVETYPE PrimitiveType, in NineDevice9_DrawPrimitive()
2771 D3DPRIMITIVETYPE PrimitiveType, in NineDevice9_DrawIndexedPrimitive()
2797 D3DPRIMITIVETYPE PrimitiveType, in NineDevice9_DrawPrimitiveUP()
2845 D3DPRIMITIVETYPE PrimitiveType, in NineDevice9_DrawIndexedPrimitiveUP()
/external/mesa3d/include/D3D9/
Dd3d9.h239 …virtual HRESULT WINAPI DrawPrimitive(D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT Primit…
240 …virtual HRESULT WINAPI DrawIndexedPrimitive(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, U…
241 …virtual HRESULT WINAPI DrawPrimitiveUP(D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, const …
242 …virtual HRESULT WINAPI DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex,…
827 …HRESULT (WINAPI *DrawPrimitive)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT Start…
828 …HRESULT (WINAPI *DrawIndexedPrimitive)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, INT…
829 …HRESULT (WINAPI *DrawPrimitiveUP)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT Pri…
830 …HRESULT (WINAPI *DrawIndexedPrimitiveUP)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, U…
1078 …HRESULT (WINAPI *DrawPrimitive)(IDirect3DDevice9Ex *This, D3DPRIMITIVETYPE PrimitiveType, UINT Sta…
1079 …HRESULT (WINAPI *DrawIndexedPrimitive)(IDirect3DDevice9Ex *This, D3DPRIMITIVETYPE PrimitiveType, I…
[all …]
Dd3d9types.h723 } D3DPRIMITIVETYPE; typedef
/external/swiftshader/include/Direct3D/
Dd3d8types.h303 } D3DPRIMITIVETYPE; typedef
Dd3d8.h322 …STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT StartVertex,UINT PrimitiveCount… in DECLARE_INTERFACE_()
323 …STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE,UINT minIndex,UINT NumVertices,UINT startIn… in DECLARE_INTERFACE_()
324 …STDMETHOD(DrawPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT PrimitiveCount,CONST void* pV… in DECLARE_INTERFACE_()
325 …STDMETHOD(DrawIndexedPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT MinVertexIndex,UINT Nu… in DECLARE_INTERFACE_()