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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 169 SetPixelShaderConstantI(i, zero, 1);
    [all...]
Direct3DDevice9Ex.cpp 747 long Direct3DDevice9Ex::SetPixelShaderConstantI(unsigned int startRegister, const int *constantData, unsigned int count)
751 return Direct3DDevice9::SetPixelShaderConstantI(startRegister, constantData, count);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 269 virtual HRESULT WINAPI SetPixelShaderConstantI(UINT StartRegister, const int *pConstantData, UINT Vector4iCount) = 0;
    [all...]

Completed in 167 milliseconds