Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qiosurfacegraphicsbuffer.mm File Reference
#include "qiosurfacegraphicsbuffer.h"
#include <QtCore/qdebug.h>
#include <QtCore/qloggingcategory.h>
#include <CoreGraphics/CoreGraphics.h>
#include <IOSurface/IOSurface.h>
+ Include dependency graph for qiosurfacegraphicsbuffer.mm:

Go to the source code of this file.

Functions

CFPropertyListRef CGColorSpaceCopyPropertyList (CGColorSpaceRef space)
 
QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcQpaIOSurface, "qt.qpa.backingstore.iosurface")
 
IOSurfaceLockOptions lockOptionsForAccess (QPlatformGraphicsBuffer::AccessTypes access)
 
QDebug operator<< (QDebug debug, const QIOSurfaceGraphicsBuffer *graphicsBuffer)
 

Function Documentation

◆ CGColorSpaceCopyPropertyList()

CFPropertyListRef CGColorSpaceCopyPropertyList ( CGColorSpaceRef  space)

Referenced by QIOSurfaceGraphicsBuffer::setColorSpace().

+ Here is the caller graph for this function:

◆ lockOptionsForAccess()

IOSurfaceLockOptions lockOptionsForAccess ( QPlatformGraphicsBuffer::AccessTypes  access)

Definition at line 93 of file qiosurfacegraphicsbuffer.mm.

References QPlatformGraphicsBuffer::SWWriteAccess.

Referenced by QIOSurfaceGraphicsBuffer::doLock(), and QIOSurfaceGraphicsBuffer::doUnlock().

+ Here is the caller graph for this function:

◆ operator<<()

QDebug operator<< ( QDebug  debug,
const QIOSurfaceGraphicsBuffer graphicsBuffer 
)

Definition at line 145 of file qiosurfacegraphicsbuffer.mm.

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQpaIOSurface  ,
"qt.qpa.backingstore.iosurface"   
)