Home
last modified time | relevance | path

Searched defs:DrawPrimitive (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp243 …long Direct3DDevice9Ex::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, un… in DrawPrimitive() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp1155 …long Direct3DDevice9::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsi… in DrawPrimitive() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1046 …long Direct3DDevice8::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsi… in DrawPrimitive() function in D3D8::Direct3DDevice8
/external/ImageMagick/MagickCore/
Ddraw.c5092 MagickExport MagickBooleanType DrawPrimitive(Image *image, in DrawPrimitive() function
Dmethods.h288 #define DrawPrimitive PrependMagickMethod(DrawPrimitive) macro
/external/swiftshader/include/Direct3D/
Dd3d8.h322 …STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT StartVertex,UINT PrimitiveCount… in DECLARE_INTERFACE_() local