Home
last modified time | relevance | path

Searched refs:offscreenTextureResource (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp281 IDXGIResource *offscreenTextureResource = nullptr; in resetOffscreenColorBuffer() local
283 __uuidof(IDXGIResource), (void **)&offscreenTextureResource); in resetOffscreenColorBuffer()
292 hr = offscreenTextureResource->GetSharedHandle(&mShareHandle); in resetOffscreenColorBuffer()
293 SafeRelease(offscreenTextureResource); in resetOffscreenColorBuffer()