Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystem.cpp58 , mBatchCount(0) in RenderSystem()
556 mBatchCount = mFaceCount = mVertexCount = 0; in _beginGeometryCount()
567 return static_cast< unsigned int >( mBatchCount ); in _getBatchCount()
619 mBatchCount += mCurrentPassIterationCount; in _render()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRenderSystem.cpp62 , mBatchCount(0) in RenderSystem()
593 mBatchCount = mFaceCount = mVertexCount = 0; in _beginGeometryCount()
604 return static_cast< unsigned int >( mBatchCount ); in _getBatchCount()
693 mBatchCount += mCurrentPassIterationCount; in _render()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/utils/
H A DcalProviderUtils.jsm438 this.mBatchCount = 0;
531 if (this.mBatchCount++ == 0) {
538 if (this.mBatchCount > 0) {
539 if (--this.mBatchCount == 0) {
543 cal.ASSERT(this.mBatchCount > 0, "unexpected endBatch!");
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystem.h1541 size_t mBatchCount; variable
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystem.h1294 size_t mBatchCount; variable