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
qopengltexture.cpp File Reference

(9182f60b455cead33c0f4fd4e452b210e2de0fca)

#include "qopengltexture.h"
#include "qopengltexture_p.h"
#include "qopengltexturehelper_p.h"
#include "qopenglfunctions.h"
#include <QtGui/qcolor.h>
#include <QtGui/qopenglcontext.h>
#include <QtCore/qdebug.h>
#include <private/qobject_p.h>
#include <private/qopenglcontext_p.h>
#include "moc_qopengltexture.cpp"
+ Include dependency graph for qopengltexture.cpp:

Go to the source code of this file.

Macros

#define GL_TEXTURE_WRAP_R   0x8072
 

Functions

static bool isSizedTextureFormat (QOpenGLTexture::TextureFormat internalFormat)
 
static bool isTextureTargetMultisample (QOpenGLTexture::Target target)
 
static QOpenGLTexture::PixelFormat pixelFormatCompatibleWithInternalFormat (QOpenGLTexture::TextureFormat internalFormat)
 
static QOpenGLTexture::PixelType pixelTypeCompatibleWithInternalFormat (QOpenGLTexture::TextureFormat internalFormat)
 
static bool isCompressedFormat (QOpenGLTexture::TextureFormat internalFormat)
 
static bool isNpot (int width, int height=1, int depth=1)
 
QDebug operator<< (QDebug debug, const QOpenGLTexture *t)
 

Macro Definition Documentation

◆ GL_TEXTURE_WRAP_R

#define GL_TEXTURE_WRAP_R   0x8072

Definition at line 19 of file qopengltexture.cpp.

Function Documentation

◆ isCompressedFormat()

static bool isCompressedFormat ( QOpenGLTexture::TextureFormat internalFormat)
static

Definition at line 939 of file qopengltexture.cpp.

◆ isNpot()

static bool isNpot ( int width,
int height = 1,
int depth = 1 )
static

Definition at line 2884 of file qopengltexture.cpp.

◆ isSizedTextureFormat()

static bool isSizedTextureFormat ( QOpenGLTexture::TextureFormat internalFormat)
static

Definition at line 289 of file qopengltexture.cpp.

◆ isTextureTargetMultisample()

static bool isTextureTargetMultisample ( QOpenGLTexture::Target target)
static

Definition at line 437 of file qopengltexture.cpp.

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QOpenGLTexture * t )

Definition at line 4810 of file qopengltexture.cpp.

◆ pixelFormatCompatibleWithInternalFormat()

static QOpenGLTexture::PixelFormat pixelFormatCompatibleWithInternalFormat ( QOpenGLTexture::TextureFormat internalFormat)
static

Definition at line 483 of file qopengltexture.cpp.

◆ pixelTypeCompatibleWithInternalFormat()

static QOpenGLTexture::PixelType pixelTypeCompatibleWithInternalFormat ( QOpenGLTexture::TextureFormat internalFormat)
static

Definition at line 760 of file qopengltexture.cpp.