Home
last modified time | relevance | path

Searched defs:setPixelShaderConstant (Results 1 – 10 of 10) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DIMaterialRendererServices.h150 _IRR_DEPRECATED_ bool setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function
156 _IRR_DEPRECATED_ bool setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCCgMaterialRenderer.cpp208 void CCgMaterialRenderer::setPixelShaderConstant(const f32* data, s32 startRegister, s32 constantAm… in setPixelShaderConstant() function in irr::video::CCgMaterialRenderer
213 bool CCgMaterialRenderer::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::CCgMaterialRenderer
230 bool CCgMaterialRenderer::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::CCgMaterialRenderer
247 bool CCgMaterialRenderer::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::CCgMaterialRenderer
H A DCOpenGLSLMaterialRenderer.cpp509 bool COpenGLSLMaterialRenderer::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
576 bool COpenGLSLMaterialRenderer::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
623 bool COpenGLSLMaterialRenderer::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
678 void COpenGLSLMaterialRenderer::setPixelShaderConstant(const f32* data, s32 startRegister, s32 cons… in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
H A DCD3D8Driver.cpp2174 void CD3D8Driver::setPixelShaderConstant(const f32* data, s32 startRegister, s32 constantAmount) in setPixelShaderConstant() function in irr::video::CD3D8Driver
2206 bool CD3D8Driver::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::CD3D8Driver
2214 bool CD3D8Driver::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::CD3D8Driver
2222 bool CD3D8Driver::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::CD3D8Driver
H A DCD3D9Driver.cpp3087 void CD3D9Driver::setPixelShaderConstant(const f32* data, s32 startRegister, s32 constantAmount) in setPixelShaderConstant() function in irr::video::CD3D9Driver
3134 bool CD3D9Driver::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::CD3D9Driver
3147 bool CD3D9Driver::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::CD3D9Driver
3160 bool CD3D9Driver::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::CD3D9Driver
H A DCOpenGLDriver.cpp3871 void COpenGLDriver::setPixelShaderConstant(const f32* data, s32 startRegister, s32 constantAmount) in setPixelShaderConstant() function in irr::video::COpenGLDriver
3899 bool COpenGLDriver::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::COpenGLDriver
3906 bool COpenGLDriver::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::COpenGLDriver
3913 bool COpenGLDriver::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::COpenGLDriver
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOpenGLSLMaterialRenderer.cpp518 bool COpenGLSLMaterialRenderer::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
585 bool COpenGLSLMaterialRenderer::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
632 bool COpenGLSLMaterialRenderer::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
687 void COpenGLSLMaterialRenderer::setPixelShaderConstant(const f32* data, s32 startRegister, s32 cons… in setPixelShaderConstant() function in irr::video::COpenGLSLMaterialRenderer
H A DCOGLES2MaterialRenderer.cpp353 void COGLES2MaterialRenderer::setPixelShaderConstant(const f32* data, s32 startRegister, s32 consta… in setPixelShaderConstant() function in irr::video::COGLES2MaterialRenderer
368 bool COGLES2MaterialRenderer::setPixelShaderConstant(s32 index, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::COGLES2MaterialRenderer
418 bool COGLES2MaterialRenderer::setPixelShaderConstant(s32 index, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::COGLES2MaterialRenderer
H A DCOpenGLDriver.cpp4084 void COpenGLDriver::setPixelShaderConstant(const f32* data, s32 startRegister, s32 constantAmount) in setPixelShaderConstant() function in irr::video::COpenGLDriver
4112 bool COpenGLDriver::setPixelShaderConstant(const c8* name, const f32* floats, int count) in setPixelShaderConstant() function in irr::video::COpenGLDriver
4119 bool COpenGLDriver::setPixelShaderConstant(const c8* name, const bool* bools, int count) in setPixelShaderConstant() function in irr::video::COpenGLDriver
4126 bool COpenGLDriver::setPixelShaderConstant(const c8* name, const s32* ints, int count) in setPixelShaderConstant() function in irr::video::COpenGLDriver
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DStateBlock8.cpp339 …void Direct3DStateBlock8::setPixelShaderConstant(unsigned int startRegister, const void *constantD… in setPixelShaderConstant() function in D3D8::Direct3DStateBlock8