![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdmabuftextureimporter_p.h>
Public Member Functions | |
| DmaBufTextureHandles (QRhi &rhi, QOpenGLContext *glContext, int nPlanes, std::array< GLuint, 4 > textures, std::shared_ptr< void > parentKeepAlive={}) | |
| ~DmaBufTextureHandles () override | |
| quint64 | textureHandle (QRhi &, int plane) override |
| Public Member Functions inherited from QVideoFrameTexturesHandles | |
| virtual | ~QVideoFrameTexturesHandles () |
Definition at line 81 of file qdmabuftextureimporter_p.h.
| QtMultimediaPrivate::DmaBufTextureHandles::DmaBufTextureHandles | ( | QRhi & | rhi, |
| QOpenGLContext * | glContext, | ||
| int | nPlanes, | ||
| std::array< GLuint, 4 > | textures, | ||
| std::shared_ptr< void > | parentKeepAlive = {} ) |
Definition at line 80 of file qdmabuftextureimporter.cpp.
|
override |
Definition at line 91 of file qdmabuftextureimporter.cpp.
|
inlineoverridevirtual |
Reimplemented from QVideoFrameTexturesHandles.
Definition at line 90 of file qdmabuftextureimporter_p.h.