Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Shader.h268 … NN_GR_ASSERT( ( ! IsEnableGeoShader() ) || ( m_DrawMode == PICA_DATA_DRAW_GEOMETRY_PRIMITIVE ) ); in MakeOutAttrCommand()
Dgr_ShaderLite.h269 … NN_GR_ASSERT( ( ! IsEnableGeoShader() ) || ( m_DrawMode == PICA_DATA_DRAW_GEOMETRY_PRIMITIVE ) ); in MakeOutAttrCommand()
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroShader.h245 PICA_DATA_DRAW_GEOMETRY_PRIMITIVE = 0x3 enumerator
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp115 m_DrawMode = PICA_DATA_DRAW_GEOMETRY_PRIMITIVE; in SetShaderIndex()
328 *command++ = PICA_DATA_DRAW_GEOMETRY_PRIMITIVE << 8; in MakeShaderModeCommand_()
Dgr_ShaderLite.cpp155 m_DrawMode = PICA_DATA_DRAW_GEOMETRY_PRIMITIVE; in SetShaderIndex()
391 *command++ = PICA_DATA_DRAW_GEOMETRY_PRIMITIVE << 8; in MakeShaderModeCommand_()