Home | History | Annotate | Download | only in D3D9

Lines Matching defs:Direct3DPixelShader9

15 #include "Direct3DPixelShader9.hpp"
22 Direct3DPixelShader9::Direct3DPixelShader9(Direct3DDevice9 *device, const unsigned long *shaderToken) : device(device), pixelShader(shaderToken)
37 Direct3DPixelShader9::~Direct3DPixelShader9()
43 long Direct3DPixelShader9::QueryInterface(const IID &iid, void **object)
63 unsigned long Direct3DPixelShader9::AddRef()
70 unsigned long Direct3DPixelShader9::Release()
77 long Direct3DPixelShader9::GetDevice(IDirect3DDevice9 **device)
94 long Direct3DPixelShader9::GetFunction(void *data, unsigned int *size)
115 const sw::PixelShader *Direct3DPixelShader9::getPixelShader() const