![]() |
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 91 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 94 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 99 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 104 of file qsgbatchrenderer_p.h.
References m_freePage.
|
inline |
Definition at line 159 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 132 of file qsgbatchrenderer_p.h.
References m_freePage.
| int QSGBatchRenderer::Allocator< Type, PageSize >::m_freePage = 0 |
Definition at line 178 of file qsgbatchrenderer_p.h.
Referenced by allocate(), and releaseExplicit().
| QList<AllocatorPage<Type, PageSize> *> QSGBatchRenderer::Allocator< Type, PageSize >::pages |
Definition at line 177 of file qsgbatchrenderer_p.h.