#include <DisplayVk.h>
|
| | DisplayVk () |
| |
| | ~DisplayVk () override |
| |
| egl::Error | initialize (egl::Display *display) override |
| |
| void | terminate () override |
| |
| egl::Error | makeCurrent (egl::Surface *drawSurface, egl::Surface *readSurface, gl::Context *context) override |
| |
| egl::ConfigSet | generateConfigs () override |
| |
| bool | testDeviceLost () override |
| |
| egl::Error | restoreLostDevice () override |
| |
| bool | isValidNativeWindow (EGLNativeWindowType window) const override |
| |
| std::string | getVendorString () const override |
| |
| egl::Error | getDevice (DeviceImpl **device) override |
| |
| egl::Error | waitClient () const override |
| |
| egl::Error | waitNative (EGLint engine, egl::Surface *drawSurface, egl::Surface *readSurface) const override |
| |
| SurfaceImpl * | createWindowSurface (const egl::SurfaceState &state, const egl::Config *configuration, EGLNativeWindowType window, const egl::AttributeMap &attribs) override |
| |
| SurfaceImpl * | createPbufferSurface (const egl::SurfaceState &state, const egl::Config *configuration, const egl::AttributeMap &attribs) override |
| |
| SurfaceImpl * | createPbufferFromClientBuffer (const egl::SurfaceState &state, const egl::Config *configuration, EGLClientBuffer shareHandle, const egl::AttributeMap &attribs) override |
| |
| SurfaceImpl * | createPixmapSurface (const egl::SurfaceState &state, const egl::Config *configuration, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) override |
| |
| ImageImpl * | createImage (EGLenum target, egl::ImageSibling *buffer, const egl::AttributeMap &attribs) override |
| |
| ContextImpl * | createContext (const gl::ContextState &state) override |
| |
| StreamProducerImpl * | createStreamProducerD3DTextureNV12 (egl::Stream::ConsumerType consumerType, const egl::AttributeMap &attribs) override |
| |
| gl::Version | getMaxSupportedESVersion () const override |
| |
| | DisplayImpl () |
| |
| virtual | ~DisplayImpl () |
| |
| const egl::Caps & | getCaps () const |
| |
| const SurfaceSet & | getSurfaceSet () const |
| |
| SurfaceSet & | getSurfaceSet () |
| |
| void | destroySurface (egl::Surface *surface) |
| |
| const egl::DisplayExtensions & | getExtensions () const |
| |
| | EGLImplFactory () |
| |
| virtual | ~EGLImplFactory () |
| |
◆ DisplayVk()
| rx::DisplayVk::DisplayVk |
( |
| ) |
|
◆ ~DisplayVk()
| rx::DisplayVk::~DisplayVk |
( |
| ) |
|
|
override |
◆ createContext()
◆ createImage()
◆ createPbufferFromClientBuffer()
◆ createPbufferSurface()
◆ createPixmapSurface()
◆ createStreamProducerD3DTextureNV12()
◆ createWindowSurface()
◆ generateConfigs()
◆ getDevice()
◆ getMaxSupportedESVersion()
| gl::Version rx::DisplayVk::getMaxSupportedESVersion |
( |
| ) |
const |
|
overridevirtual |
◆ getVendorString()
◆ initialize()
◆ isValidNativeWindow()
| bool rx::DisplayVk::isValidNativeWindow |
( |
EGLNativeWindowType |
window | ) |
const |
|
overridevirtual |
◆ makeCurrent()
◆ restoreLostDevice()
◆ terminate()
| void rx::DisplayVk::terminate |
( |
| ) |
|
|
overridevirtual |
◆ testDeviceLost()
| bool rx::DisplayVk::testDeviceLost |
( |
| ) |
|
|
overridevirtual |
◆ waitClient()
◆ waitNative()
The documentation for this class was generated from the following files:
- Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/DisplayVk.h
- Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/DisplayVk.cpp