Searched refs:Direct3DVertexShader8 (Results 1 – 4 of 4) sorted by relevance
21 …Direct3DVertexShader8::Direct3DVertexShader8(Direct3DDevice8 *device, const unsigned long *declara… in Direct3DVertexShader8() function in D3D8::Direct3DVertexShader849 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()
27 class Direct3DVertexShader8 : public Unknown class30 …Direct3DVertexShader8(Direct3DDevice8 *device, const unsigned long *declaration, const unsigned lo…32 ~Direct3DVertexShader8() override;
41 class Direct3DVertexShader8;245 std::vector<Direct3DVertexShader8*> vertexShader;
800 …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()