Home
last modified time | relevance | path

Searched defs:DrawPrimitiveUP (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp250 …long Direct3DDevice9Ex::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCoun… in DrawPrimitiveUP() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp1186 …long Direct3DDevice9::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1074 …long Direct3DDevice8::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h324 …STDMETHOD(DrawPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT PrimitiveCount,CONST void* pV… in DECLARE_INTERFACE_() local