Searched refs:textureResource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp2523 ID3D11Resource *textureResource = NULL; local
2524 colorBufferRTV->GetResource(&textureResource);
2526 if (textureResource)
2528 HRESULT result = textureResource->QueryInterface(__uuidof(ID3D11Texture2D), (void**)resource);
2529 SafeRelease(textureResource);

Completed in 71 milliseconds