![]() |
Qt 6.x
The Qt SDK
|
#include "qsgrenderer_p.h"
#include "qsgnodeupdater_p.h"
#include <private/qquickprofiler_p.h>
#include <qtquick_tracepoints_p.h>
#include <QtCore/QElapsedTimer>
Go to the source code of this file.
Functions | |
int | qt_sg_envInt (const char *name, int defaultValue) |
Variables | |
static QT_BEGIN_NAMESPACE QElapsedTimer | frameTimer |
static qint64 | preprocessTime |
static qint64 | updatePassTime |
bool | _q_sg_leak_check = !qEnvironmentVariableIsEmpty("QML_LEAK_CHECK") |
int qt_sg_envInt | ( | const char * | name, |
int | defaultValue | ||
) |
Definition at line 28 of file qsgrenderer.cpp.
References ok, Q_LIKELY, qEnvironmentVariableIntValue(), and qEnvironmentVariableIsSet().
Referenced by QSGRhiAtlasTexture::Atlas::Atlas(), QSGRhiAtlasTexture::Manager::Manager(), and QSGBatchRenderer::Renderer::Renderer().
bool _q_sg_leak_check = !qEnvironmentVariableIsEmpty("QML_LEAK_CHECK") |
Definition at line 25 of file qsgrenderer.cpp.
Referenced by QSGMaterial::QSGMaterial(), QSGTexture::QSGTexture(), QSGTexture::QSGTexture(), QQuickPixmapStore::~QQuickPixmapStore(), QSGMaterial::~QSGMaterial(), QSGNode::~QSGNode(), and QSGTexture::~QSGTexture().
|
static |
Definition at line 13 of file qsgrenderer.cpp.
Referenced by QSGRenderer::preprocess(), and QSGRenderer::renderScene().
|
static |
Definition at line 14 of file qsgrenderer.cpp.
Referenced by QSGRenderer::preprocess(), and QSGRenderer::renderScene().
|
static |
Definition at line 15 of file qsgrenderer.cpp.
Referenced by QSGRenderer::preprocess(), and QSGRenderer::renderScene().