![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
Public Member Functions | |
| Allocator () | |
| ~Allocator () | |
| Type * | allocate () |
| void | releaseExplicit (uint pageIndex, uint index) |
| void | release (Type *t) |
Public Attributes | |
| QList< AllocatorPage< Type, PageSize > * > | pages |
| int | m_freePage = 0 |
Definition at line 90 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 93 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 98 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 103 of file qsgbatchrenderer_p.h.
References m_freePage.
|
inline |
Definition at line 158 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 131 of file qsgbatchrenderer_p.h.
References m_freePage.
| int QSGBatchRenderer::Allocator< Type, PageSize >::m_freePage = 0 |
Definition at line 177 of file qsgbatchrenderer_p.h.
Referenced by allocate(), and releaseExplicit().
| QList<AllocatorPage<Type, PageSize> *> QSGBatchRenderer::Allocator< Type, PageSize >::pages |
Definition at line 176 of file qsgbatchrenderer_p.h.