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

  /external/swiftshader/src/D3D9/
Direct3DPixelShader9.cpp 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
    [all...]
Direct3DPixelShader9.hpp 28 class Direct3DPixelShader9 : public IDirect3DPixelShader9, public Unknown
31 Direct3DPixelShader9(Direct3DDevice9 *device, const unsigned long *shaderToken);
33 ~Direct3DPixelShader9() override;

Completed in 92 milliseconds