#include <dmabufserverbufferintegration.h>
|
| DmaBufServerBufferIntegration () |
| ~DmaBufServerBufferIntegration () override |
bool | initializeHardware (QWaylandCompositor *) override |
bool | supportsFormat (QtWayland::ServerBuffer::Format format) const override |
QtWayland::ServerBuffer * | createServerBufferFromImage (const QImage &qimage, QtWayland::ServerBuffer::Format format) override |
EGLDisplay | display () const |
EGLImageKHR | eglCreateImageKHR (EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) |
EGLBoolean | eglDestroyImageKHR (EGLImageKHR image) |
EGLBoolean | eglExportDMABUFImageQueryMESA (EGLImageKHR image, int *fourcc, int *num_planes, EGLuint64KHR *modifiers) |
EGLBoolean | eglExportDMABUFImageMESA (EGLImageKHR image, int *fds, EGLint *strides, EGLint *offsets) |
void | glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image) |
Public Member Functions inherited from QtWayland::ServerBufferIntegration |
| ServerBufferIntegration () |
virtual | ~ServerBufferIntegration () |
virtual ServerBuffer * | createServerBufferFromData (QByteArrayView view, const QSize &size, uint glInternalFormat) |
◆ DmaBufServerBufferIntegration()
DmaBufServerBufferIntegration::DmaBufServerBufferIntegration |
( |
| ) |
|
◆ ~DmaBufServerBufferIntegration()
DmaBufServerBufferIntegration::~DmaBufServerBufferIntegration |
( |
| ) |
|
|
override |
◆ createServerBufferFromImage()
◆ display()
EGLDisplay DmaBufServerBufferIntegration::display |
( |
| ) |
const |
|
inline |
◆ eglCreateImageKHR()
EGLImageKHR DmaBufServerBufferIntegration::eglCreateImageKHR |
( |
EGLContext | ctx, |
|
|
EGLenum | target, |
|
|
EGLClientBuffer | buffer, |
|
|
const EGLint * | attrib_list ) |
|
inline |
◆ eglDestroyImageKHR()
◆ eglExportDMABUFImageMESA()
EGLBoolean DmaBufServerBufferIntegration::eglExportDMABUFImageMESA |
( |
EGLImageKHR | image, |
|
|
int * | fds, |
|
|
EGLint * | strides, |
|
|
EGLint * | offsets ) |
|
inline |
◆ eglExportDMABUFImageQueryMESA()
◆ glEGLImageTargetTexture2DOES()
◆ initializeHardware()
◆ supportsFormat()
The documentation for this class was generated from the following files: