OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeviceLostError
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Fence9.cpp
56
if (d3d9::
isDeviceLostError
(result))
renderer9_utils.h
63
inline bool
isDeviceLostError
(HRESULT errorCode)
SwapChain9.cpp
112
if (d3d9::
isDeviceLostError
(result))
194
if (d3d9::
isDeviceLostError
(result))
222
if (d3d9::
isDeviceLostError
(result))
Query9.cpp
130
else if (d3d9::
isDeviceLostError
(hres))
Renderer9.cpp
526
if (d3d9::
isDeviceLostError
(result))
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
SwapChain11.cpp
170
if (d3d11::
isDeviceLostError
(result))
250
if (d3d11::
isDeviceLostError
(result))
340
if (d3d11::
isDeviceLostError
(result))
426
if (d3d11::
isDeviceLostError
(result))
renderer11_utils.h
118
inline bool
isDeviceLostError
(HRESULT errorCode)
TextureStorage11.cpp
487
if (d3d11::
isDeviceLostError
(result))
[
all
...]
Image11.cpp
547
if (d3d11::
isDeviceLostError
(result))
Renderer11.cpp
[
all
...]
Completed in 208 milliseconds