Home
last modified time | relevance | path

Searched defs:bufferCount (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Material.cpp46 s32 bufferCount, in Material()
65 s32 bufferCount, in Create()
129 s32 bufferCount, in GetMemorySizeInternal()
Dgfx_Model.cpp340 s32 bufferCount = (m_BufferOption == 0x0) ? 0 : 1; in CreateMaterials() local
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneBuilder.h77 NW_DEPRECATED_FUNCTION(SceneBuilder& MaterialBufferCount(int bufferCount)) in NW_DEPRECATED_FUNCTION()
Dgfx_SkeletalModel.h103 NW_DEPRECATED_FUNCTION(Builder& MaterialBufferCount(int bufferCount)) in NW_DEPRECATED_FUNCTION()
Dgfx_Model.h685 const s32 bufferCount = (description.bufferOption == 0x0) ? 0 : 1; in GetMemorySizeForInitialize() local
/NW4C-1.2.23/include/nw/demo/
Ddemo_DisplayBufferSwapper.h87 size_t bufferCount; //!< ディスプレイバッファの数です。 member