Home
last modified time | relevance | path

Searched refs:setPixelShaderConstant (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp56 …void setPixelShaderConstant(unsigned int startRegister, const void *constantData, unsigned int cou…
DDirect3DStateBlock8.cpp339 …void Direct3DStateBlock8::setPixelShaderConstant(unsigned int startRegister, const void *constantD… in setPixelShaderConstant() function in D3D8::Direct3DStateBlock8
DDirect3DDevice8.cpp2306 stateRecorder.back()->setPixelShaderConstant(startRegister, constantData, count); in SetPixelShaderConstant()