HomeSort by relevance Sort by last modified time
    Searched defs:DrawPrimitive (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 1155 long Direct3DDevice9::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount)
    [all...]
Direct3DDevice9Ex.cpp 243 long Direct3DDevice9Ex::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount)
247 return Direct3DDevice9::DrawPrimitive(primitiveType, startVertex, primitiveCount);
    [all...]
  /external/ImageMagick/MagickCore/
draw.c     [all...]
methods.h 302 #define DrawPrimitive PrependMagickMethod(DrawPrimitive)
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 1046 long Direct3DDevice8::DrawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 239 virtual HRESULT WINAPI DrawPrimitive(D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT PrimitiveCount) = 0;
    [all...]

Completed in 344 milliseconds