Home
last modified time | relevance | path

Searched refs:m_ShapeCombiner (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp46 m_ShapeCombiner(), in GraphicsDrawing()
604 m_ShapeCombiner.stage[ stageIndex ].rgb.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in InitializeShapeGraphicsState()
605 m_ShapeCombiner.stage[ stageIndex ].alpha.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in InitializeShapeGraphicsState()
611m_ShapeCombiner.stage[ stageIndex ].rgb.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PRIMA… in InitializeShapeGraphicsState()
612m_ShapeCombiner.stage[ stageIndex ].alpha.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PRIMA… in InitializeShapeGraphicsState()
616m_ShapeCombiner.stage[ stageIndex ].rgb.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PREVI… in InitializeShapeGraphicsState()
617m_ShapeCombiner.stage[ stageIndex ].alpha.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PREVI… in InitializeShapeGraphicsState()
620m_ShapeCombiner.stage[ stageIndex ].rgb.operand[ sourceIndex ] = PICA_DATA_OPE_RGB_SRC_COLOR;… in InitializeShapeGraphicsState()
621m_ShapeCombiner.stage[ stageIndex ].alpha.operand[ sourceIndex ] = PICA_DATA_OPE_ALPHA_SRC_ALPH… in InitializeShapeGraphicsState()
624 m_ShapeCombiner.stage[ stageIndex ].rgb.scale = PICA_DATA_TEX_ENV_SCALE_1; in InitializeShapeGraphicsState()
[all …]
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h482 nn::gr::Combiner m_ShapeCombiner; variable