Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsgtexture.cpp File Reference

(04c5704ba8eccf8a48a5682f517285a82e92dae6)

#include "qsgtexture_p.h"
#include "qsgtexture_platform.h"
#include <private/qqmlglobal_p.h>
#include <private/qsgmaterialshader_p.h>
#include <private/qsgrenderer_p.h>
#include <private/qquickitem_p.h>
#include <private/qquickwindow_p.h>
#include <QtCore/private/qnativeinterface_p.h>
#include <rhi/qrhi.h>
#include "moc_qsgtexture.cpp"
Include dependency graph for qsgtexture.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE bool operator== (const QSGSamplerDescription &a, const QSGSamplerDescription &b) noexcept
bool operator!= (const QSGSamplerDescription &a, const QSGSamplerDescription &b) noexcept
size_t qHash (const QSGSamplerDescription &s, size_t seed) noexcept
static void qt_debug_print_texture_count ()
static void qt_debug_add_texture (QSGTexture *texture)
static void qt_debug_remove_texture (QSGTexture *texture)

Variables

static int qt_debug_texture_count = 0

Function Documentation

◆ operator!=()

bool operator!= ( const QSGSamplerDescription & a,
const QSGSamplerDescription & b )
noexcept

Definition at line 48 of file qsgtexture.cpp.

◆ operator==()

QT_BEGIN_NAMESPACE bool operator== ( const QSGSamplerDescription & a,
const QSGSamplerDescription & b )
noexcept

Definition at line 39 of file qsgtexture.cpp.

◆ qHash()

size_t qHash ( const QSGSamplerDescription & s,
size_t seed )
noexcept

Definition at line 53 of file qsgtexture.cpp.

◆ qt_debug_add_texture()

void qt_debug_add_texture ( QSGTexture * texture)
inlinestatic

Definition at line 152 of file qsgtexture.cpp.

◆ qt_debug_print_texture_count()

void qt_debug_print_texture_count ( )
inlinestatic

Definition at line 119 of file qsgtexture.cpp.

◆ qt_debug_remove_texture()

void qt_debug_remove_texture ( QSGTexture * texture)
static

Definition at line 173 of file qsgtexture.cpp.

Variable Documentation

◆ qt_debug_texture_count

int qt_debug_texture_count = 0
static

Definition at line 103 of file qsgtexture.cpp.