Home
last modified time | relevance | path

Searched refs:Direct3DVertexShader8 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DVertexShader8.cpp21Direct3DVertexShader8::Direct3DVertexShader8(Direct3DDevice8 *device, const unsigned long *declara… in Direct3DVertexShader8() function in D3D8::Direct3DVertexShader8
49 Direct3DVertexShader8::~Direct3DVertexShader8() in ~Direct3DVertexShader8()
60 long Direct3DVertexShader8::QueryInterface(const IID &iid, void **object) in QueryInterface()
69 unsigned long Direct3DVertexShader8::AddRef() in AddRef()
76 unsigned long Direct3DVertexShader8::Release() in Release()
83 const sw::VertexShader *Direct3DVertexShader8::getVertexShader() const in getVertexShader()
88 const unsigned long *Direct3DVertexShader8::getDeclaration() in getDeclaration()
DDirect3DVertexShader8.hpp27 class Direct3DVertexShader8 : public Unknown class
30Direct3DVertexShader8(Direct3DDevice8 *device, const unsigned long *declaration, const unsigned lo…
32 ~Direct3DVertexShader8() override;
DDirect3DDevice8.hpp41 class Direct3DVertexShader8;
245 std::vector<Direct3DVertexShader8*> vertexShader;
DDirect3DDevice8.cpp800 …vertexShader[index] = new Direct3DVertexShader8(this, declaration, function); // FIXME: Check fo… in CreateVertexShader()
808 vertexShader.push_back(new Direct3DVertexShader8(this, declaration, function)); in CreateVertexShader()
3923 Direct3DVertexShader8 *shader = vertexShader[index]; in SetVertexShader()