Searched refs:ResVertexParamAttribute (Results 1 – 4 of 4) sorted by relevance
109 ResStaticCast<ResVertexParamAttribute>( *this ).Setup(); in Setup()129 ResStaticCast<ResVertexParamAttribute>( *this ).Cleanup(); in Cleanup()190 ResVertexParamAttribute::Setup() in Setup()196 ResVertexParamAttribute::Cleanup() in Cleanup()
103 ResVertexParamAttribute constantVertexAttribute(attribute.ptr()); in ResSeparateDataShape_SetupVertexIrScale()
48 class ResVertexParamAttribute; variable161 class ResVertexParamAttribute : public ResVertexAttribute164 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResVertexParamAttribute) };167 NW_RES_CTOR_INHERIT( ResVertexParamAttribute, ResVertexAttribute )216 typedef nw::ut::ResArrayClass<ResVertexParamAttribute>::type ResVertexParamAttributeArray;
433 ResVertexParamAttribute param = ResStaticCast<ResVertexParamAttribute>(attribute); in SetupActivateVertexAttributeCommand_()