Searched defs:D3DERR_NOTAVAILABLE (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ | ||
H A D | adapter9.c | 211 D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceType() local 301 user_assert(display_format(AdapterFormat, FALSE), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceFormat() local 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...] |
/third_party/mesa3d/include/D3D9/ | ||
H A D | d3d9types.h | 224 #define D3DERR_NOTAVAILABLE MAKE_D3DHRESULT(2154) macro |
Completed in 7 milliseconds