Home | History | Annotate | Download | only in D3D9

Lines Matching defs:SetPixelShaderConstantB

171 			SetPixelShaderConstantB(i, &zero[0], 1);
2943 long Direct3DDevice9::SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsigned int count)
2961 stateRecorder->setPixelShaderConstantB(startRegister, constantData, count);
5861 renderer->setPixelShaderConstantB(0, pixelShaderConstantB, pixelShaderConstantsBDirty);