Lines Matching refs:shape
160 TShape shape, in SetupActivateVertexAttributeCommand_() argument
186 shape.ref().m_BaseAddress = baseAddr; in SetupActivateVertexAttributeCommand_()
188 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_()
226 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_()
318 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_()
399 TShape shape, in SetupDeactivateVertexAttributeCommand_() argument
418 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_()
429 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupDeactivateVertexAttributeCommand_()
498 ResSeparateDataShape shape, in SetupVertexAttributeCommand() argument
502 SetupActivateVertexAttributeCommand_( shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
508 ResParticleShape shape, in SetupVertexAttributeCommand() argument
512 SetupActivateVertexAttributeCommand_( shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
518 ResSeparateDataShape shape, in SetupDeactivateVertexAttributeCommand() argument
522 SetupDeactivateVertexAttributeCommand_( shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
528 ResParticleShape shape, in SetupDeactivateVertexAttributeCommand() argument
532 SetupDeactivateVertexAttributeCommand_( shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()