Home
last modified time | relevance | path

Searched refs:D3DERR_NOTFOUND (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.c256 if (!entry) { DBG("Returning D3DERR_NOTFOUND\n"); return D3DERR_NOTFOUND; } in NineUnknown_GetPrivateData()
296 return D3DERR_NOTFOUND; in NineUnknown_FreePrivateData()
Ddevice9.c2029 return D3DERR_NOTFOUND; in NineDevice9_GetRenderTarget()
2060 return D3DERR_NOTFOUND; in NineDevice9_GetDepthStencilSurface()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h220 #define D3DERR_NOTFOUND MAKE_D3DHRESULT(2150) macro
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c266 case D3DERR_NOTFOUND: in D3D_SetError()