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
qiosurfacegraphicsbuffer.mm File Reference

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

#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)

◆ lockOptionsForAccess()

IOSurfaceLockOptions lockOptionsForAccess ( QPlatformGraphicsBuffer::AccessTypes access)

Definition at line 98 of file qiosurfacegraphicsbuffer.mm.

◆ operator<<()

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

Definition at line 150 of file qiosurfacegraphicsbuffer.mm.

◆ Q_LOGGING_CATEGORY()

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