HomeSort by relevance Sort by last modified time
    Searched full:previousoffscreentexture (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
SwapChain11.cpp 95 ID3D11Texture2D *previousOffscreenTexture = mOffscreenTexture;
96 if (previousOffscreenTexture)
98 previousOffscreenTexture->AddRef();
281 if (previousOffscreenTexture != NULL)
293 deviceContext->CopySubresourceRegion(mOffscreenTexture, 0, 0, yoffset, 0, previousOffscreenTexture, 0, &sourceBox);
295 SafeRelease(previousOffscreenTexture);

Completed in 641 milliseconds