Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c153 if (!*ppScreen) { return D3DERR_NOTAVAILABLE; } in NineAdapter9_GetScreen()
211 D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceType() local
230 return D3DERR_NOTAVAILABLE; in NineAdapter9_CheckDeviceType()
301 user_assert(display_format(AdapterFormat, FALSE), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceFormat() local
312 return D3DERR_NOTAVAILABLE; in NineAdapter9_CheckDeviceFormat()
332 return D3DERR_NOTAVAILABLE; in NineAdapter9_CheckDeviceFormat()
337 return D3DERR_NOTAVAILABLE; in NineAdapter9_CheckDeviceFormat()
343 return D3DERR_NOTAVAILABLE; in NineAdapter9_CheckDeviceFormat()
355 D3D_OK : D3DERR_NOTAVAILABLE; in NineAdapter9_CheckDeviceFormat()
367 return D3DERR_NOTAVAILABLE; /* TOD in NineAdapter9_CheckDeviceFormat()
496 user_assert(adapter_format(AdapterFormat), D3DERR_NOTAVAILABLE); NineAdapter9_CheckDepthStencilMatch() local
497 user_assert(depth_stencil_format(DepthStencilFormat), D3DERR_NOTAVAILABLE); NineAdapter9_CheckDepthStencilMatch() local
540 D3DERR_NOTAVAILABLE); NineAdapter9_CheckDeviceFormatConversion() local
[all...]
H A Dquery9.c87 return D3DERR_NOTAVAILABLE; in nine_is_query_supported()
H A Ddevice9.c1240 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE); in NineDevice9_CreateVertexBuffer()
1280 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE); in NineDevice9_CreateIndexBuffer()
1386 return D3DERR_NOTAVAILABLE; in NineDevice9_CreateDepthStencilSurface()
/third_party/mesa3d/include/D3D9/
H A Dd3d9types.h224 #define D3DERR_NOTAVAILABLE MAKE_D3DHRESULT(2154) macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp257 else if (result == D3DERR_NOTAVAILABLE) in initialize()
339 result == D3DERR_NOTAVAILABLE || result == D3DERR_DEVICELOST); in initialize()

Completed in 18 milliseconds