webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
rx::NativeWindow11Win32 Class Reference

#include <NativeWindow11Win32.h>

Inheritance diagram for rx::NativeWindow11Win32:
rx::NativeWindow11 rx::NativeWindowD3D angle::NonCopyable

Public Member Functions

 NativeWindow11Win32 (EGLNativeWindowType window, bool hasAlpha, bool directComposition)
 
 ~NativeWindow11Win32 () override
 
bool initialize () override
 
bool getClientRect (LPRECT rect) const override
 
bool isIconic () const override
 
HRESULT createSwapChain (ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, IDXGISwapChain **swapChain) override
 
void commitChange () override
 
- Public Member Functions inherited from rx::NativeWindow11
 NativeWindow11 (EGLNativeWindowType window)
 
- Public Member Functions inherited from rx::NativeWindowD3D
 NativeWindowD3D (EGLNativeWindowType window)
 
virtual ~NativeWindowD3D ()
 
EGLNativeWindowType getNativeWindow () const
 

Static Public Member Functions

static bool IsValidNativeWindow (EGLNativeWindowType window)
 

Constructor & Destructor Documentation

◆ NativeWindow11Win32()

rx::NativeWindow11Win32::NativeWindow11Win32 ( EGLNativeWindowType  window,
bool  hasAlpha,
bool  directComposition 
)

◆ ~NativeWindow11Win32()

rx::NativeWindow11Win32::~NativeWindow11Win32 ( )
override

Member Function Documentation

◆ commitChange()

void rx::NativeWindow11Win32::commitChange ( )
overridevirtual

Implements rx::NativeWindow11.

◆ createSwapChain()

HRESULT rx::NativeWindow11Win32::createSwapChain ( ID3D11Device *  device,
IDXGIFactory *  factory,
DXGI_FORMAT  format,
UINT  width,
UINT  height,
IDXGISwapChain **  swapChain 
)
overridevirtual

Implements rx::NativeWindow11.

◆ getClientRect()

bool rx::NativeWindow11Win32::getClientRect ( LPRECT  rect) const
overridevirtual

Implements rx::NativeWindowD3D.

◆ initialize()

bool rx::NativeWindow11Win32::initialize ( )
overridevirtual

Implements rx::NativeWindowD3D.

◆ isIconic()

bool rx::NativeWindow11Win32::isIconic ( ) const
overridevirtual

Implements rx::NativeWindowD3D.

◆ IsValidNativeWindow()

bool rx::NativeWindow11Win32::IsValidNativeWindow ( EGLNativeWindowType  window)
static

The documentation for this class was generated from the following files: