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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 171 SetPixelShaderConstantB(i, &zero[0], 1);
    [all...]
Direct3DDevice9Ex.cpp 733 long Direct3DDevice9Ex::SetPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsigned int count)
737 return Direct3DDevice9::SetPixelShaderConstantB(startRegister, constantData, count);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 271 virtual HRESULT WINAPI SetPixelShaderConstantB(UINT StartRegister, const BOOL *pConstantData, UINT BoolCount) = 0;
    [all...]

Completed in 59 milliseconds