| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResGraphicsFile.h | 693 void ForeachVertexStream(TFunction function) in ForeachVertexStream() function 732 void ForeachVertexStream(TFunction* function) in ForeachVertexStream() function 735 this->ForeachVertexStream<TFunction&>(*function); in ForeachVertexStream()
|
| /NW4C-2.0.3/demos/gfx/SimpleDemo/sources/ |
| D | SimpleDemo.cpp | 179 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/ |
| D | UserRenderNodeDemo.cpp | 289 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/PartialAnimationDemo/sources/ |
| D | PartialAnimationDemo.cpp | 324 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 208 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/AnimationDemo/sources/ |
| D | AnimationDemo.cpp | 378 resFile.ForeachVertexStream(locationSetter); in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/FastCreateDemo/sources/ |
| D | FastCreateDemo.cpp | 242 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/AnimationChangeDemo/sources/ |
| D | AnimationChangeDemo.cpp | 354 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/SceneTreeDemo/sources/ |
| D | SceneTreeDemo.cpp | 312 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/ResourceDemo/sources/ |
| D | ResourceDemo.cpp | 274 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in InitializeScenes()
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | GfxCtrl.cpp | 53 …resourceSet->resource.ForeachVertexStream(nw::gfx::VertexStreamLocationFlagSetter(vramType | GL_NO… in LoadResources()
|
| /NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 380 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 324 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/MultiInstanceDemo/sources/ |
| D | MultiInstanceDemo.cpp | 322 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/AnimationBlendDemo/sources/ |
| D | AnimationBlendDemo.cpp | 529 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/DynamicMaterialDemo/sources/ |
| D | DynamicMaterialDemo.cpp | 292 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/ |
| D | MultiAnimationDemo.cpp | 315 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 346 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 338 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/ConstraintDemo/sources/ |
| D | ConstraintDemo.cpp | 536 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 219 …resourceSet->resource.ForeachVertexStream(nw::gfx::VertexStreamLocationFlagSetter(NN_GX_MEM_VRAMB … in LoadSkyModel()
|
| /NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/ |
| D | ProjectionShadowDemo.cpp | 655 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|
| /NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/ |
| D | ShadowMapDemo.cpp | 707 …resourceSet->resource.ForeachVertexStream(nw::gfx::LocationFlagSetter(NN_GX_MEM_VRAMB | GL_NO_COPY… in BuildResources()
|