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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 887 long Direct3DDevice9::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration)
    [all...]
Direct3DDevice9Ex.cpp 201 long Direct3DDevice9Ex::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration)
205 return Direct3DDevice9::CreateVertexDeclaration(vertexElements, declaration);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 244 virtual HRESULT WINAPI CreateVertexDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVertexDeclaration9 **ppDecl) = 0;
    [all...]

Completed in 56 milliseconds