Home
last modified time | relevance | path

Searched refs:SetVertexUniformBool (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp287 shaderProgram->SetVertexUniformBool( in ActivateTextureCoordinators()
295 shaderProgram->SetVertexUniformBool( in ActivateTextureCoordinators()
300 shaderProgram->SetVertexUniformBool( in ActivateTextureCoordinators()
355 shaderProgram->SetVertexUniformBool( in ActivateTextureCoordinators()
568 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(UVMAP0), false); in ActivateParticleTextureCoordinators()
610 shaderProgram->SetVertexUniformBool( NW_GFX_VERTEX_UNIFORM(UVMAP0), true); in ActivateParticleTextureCoordinators()
Dgfx_MeshRenderer.cpp201 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISSMOSK), false); in RenderSeparateDataShape()
202 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISRGDSK), false); in RenderSeparateDataShape()
531 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISSMOSK), !isRigid); in SetMatrixPalette()
532 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISRGDSK), isRigid); in SetMatrixPalette()
Dgfx_RenderContext.cpp439 this->m_ShaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISVERTA), hasVertexAlpha); in ActivateVertexAttribute()
440 this->m_ShaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISBONEW), hasBoneWeightW); in ActivateVertexAttribute()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_MaterialState.h501 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISQUATE), isFragmentLightEnabled); in ActivateFragmentLightParameters()
526 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISVERTL), true); in ActivateShadingParameters()
530 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISVERTL), false); in ActivateShadingParameters()
542 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISHEMIL), true); in ActivateShadingParameters()
543 shaderProgram->SetVertexUniformBool( in ActivateShadingParameters()
549 shaderProgram->SetVertexUniformBool(NW_GFX_VERTEX_UNIFORM(ISHEMIL), false); in ActivateShadingParameters()
Dgfx_ShaderProgram.h438 this->SetVertexUniformBool(index, parameter.GetValueBool()); in SetUserVertexUniform()
492 void SetVertexUniformBool(int index, bool value) const in SetVertexUniformBool() function