![]() |
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 | |
AllocatorPage () | |
const Type * | at (uint index) const |
Type * | at (uint index) |
Public Attributes | |
char | data [sizeof(Type) *PageSize] |
int | blocks [PageSize] |
int | available |
QBitArray | allocated |
Definition at line 50 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 67 of file qsgbatchrenderer_p.h.
References AllocatorPage(), available, blocks, and data.
Referenced by AllocatorPage().
|
inline |
Definition at line 83 of file qsgbatchrenderer_p.h.
References data.
|
inline |
Definition at line 78 of file qsgbatchrenderer_p.h.
References data.
QBitArray QSGBatchRenderer::AllocatorPage< Type, PageSize >::allocated |
Definition at line 65 of file qsgbatchrenderer_p.h.
int QSGBatchRenderer::AllocatorPage< Type, PageSize >::available |
Definition at line 61 of file qsgbatchrenderer_p.h.
Referenced by AllocatorPage().
int QSGBatchRenderer::AllocatorPage< Type, PageSize >::blocks[PageSize] |
Definition at line 58 of file qsgbatchrenderer_p.h.
Referenced by AllocatorPage().
char QSGBatchRenderer::AllocatorPage< Type, PageSize >::data[sizeof(Type) *PageSize] |
Definition at line 54 of file qsgbatchrenderer_p.h.
Referenced by AllocatorPage(), at(), and at().