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

  /external/swiftshader/src/D3D8/
Direct3DPixelShader8.cpp 15 #include "Direct3DPixelShader8.hpp"
21 Direct3DPixelShader8::Direct3DPixelShader8(Direct3DDevice8 *device, const unsigned long *shaderToken) : device(device), pixelShader(shaderToken)
38 Direct3DPixelShader8::~Direct3DPixelShader8()
44 long Direct3DPixelShader8::QueryInterface(const IID &iid, void **object)
53 unsigned long Direct3DPixelShader8::AddRef()
60 unsigned long Direct3DPixelShader8::Release()
67 void Direct3DPixelShader8::GetFunction(void *data, unsigned int *size)
79 const sw::PixelShader *Direct3DPixelShader8::getPixelShader() cons
    [all...]
Direct3DPixelShader8.hpp 26 class Direct3DPixelShader8 : public Unknown
29 Direct3DPixelShader8(Direct3DDevice8 *device, const unsigned long *shaderToken);
31 ~Direct3DPixelShader8() override;

Completed in 771 milliseconds