Searched refs:Matrix34 (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_FrustumProjectionUpdater.h | 79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_OrthoProjectionUpdater.h | 79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_PerspectiveProjectionUpdater.h | 79 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_BillboardUpdater.h | 32 class Matrix34; variable
|
| D | gfx_CameraProjectionUpdater.h | 63 virtual void Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix) = 0;
|
| D | gfx_MaterialState.h | 43 nn::math::Matrix34* 44 CreateMatrixForLinearShadowMapTexture(nn::math::Matrix34* pOut, f32 coeff, f32 nearp, f32 farp);
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_MaterialState.cpp | 27 nn::math::Matrix34* 28 CreateMatrixForLinearShadowMapTexture(nn::math::Matrix34* pOut, f32 coeff, f32 nearp, f32 farp) in CreateMatrixForLinearShadowMapTexture()
|
| D | gfx_RenderContext.cpp | 355 this->m_ShaderProgram->SetWorldMatrix(math::Matrix34::Identity()); in SetModelMatrix() 360 this->m_ShaderProgram->SetWorldMatrix(math::Matrix34::Identity()); in SetModelMatrix()
|