HomeSort by relevance Sort by last modified time
    Searched refs:isDeviceLostError (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Fence9.cpp 67 if (d3d9::isDeviceLostError(result))
113 if (d3d9::isDeviceLostError(result))
Query9.cpp 113 else if (d3d9::isDeviceLostError(hres))
renderer9_utils.h 58 inline bool isDeviceLostError(HRESULT errorCode)
SwapChain9.cpp 152 if (d3d9::isDeviceLostError(result))
232 if (d3d9::isDeviceLostError(result))
260 if (d3d9::isDeviceLostError(result))
354 if (d3d9::isDeviceLostError(result))
renderer11_utils.h 78 inline bool isDeviceLostError(HRESULT errorCode)
SwapChain11.cpp 252 if (d3d11::isDeviceLostError(result))
319 if (d3d11::isDeviceLostError(result))
396 if (d3d11::isDeviceLostError(result))
493 if (d3d11::isDeviceLostError(result))
Image11.cpp 435 if (d3d11::isDeviceLostError(result))
TextureStorage11.cpp 273 if (d3d11::isDeviceLostError(result))
Renderer9.cpp 666 if (d3d9::isDeviceLostError(result))
    [all...]
Renderer11.cpp     [all...]

Completed in 251 milliseconds