Home
last modified time | relevance | path

Searched refs:D3DFMT_NULL (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dd3d_format.cpp19 constexpr D3DFORMAT D3DFMT_NULL = ((D3DFORMAT)(MAKEFOURCC('N', 'U', 'L', 'L'))); variable
62 if (format == D3DFMT_NULL) in GetD3DFormatInfo()
/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.c62 bool allocate = !pContainer && pDesc->Format != D3DFMT_NULL; in NineSurface9_ctor()
74 pDesc->Format == D3DFMT_NULL); in NineSurface9_ctor()
130 if (This->base.info.format == PIPE_FORMAT_NONE && pDesc->Format != D3DFMT_NULL) in NineSurface9_ctor()
165 if ((allocate && pDesc->Pool != D3DPOOL_DEFAULT) || pDesc->Format == D3DFMT_NULL) { in NineSurface9_ctor()
483 user_warn(This->desc.Format == D3DFMT_NULL); in NineSurface9_LockRect()
Dadapter9.c339 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
442 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
450 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
499 if (RenderTargetFormat == D3DFMT_NULL) in NineAdapter9_CheckDepthStencilMatch()
Dnine_pipe.h279 case D3DFMT_NULL: /* special cased, only for surfaces */ in d3d9_to_pipe_format_internal()
484 case D3DFMT_NULL: return "D3DFMT_NULL"; in d3dformat_to_string()
Dbasetexture9.c50 (format != D3DFMT_NULL); in NineBaseTexture9_ctor()
505 if (unlikely(This->format == D3DFMT_NULL)) in NineBaseTexture9_UpdateSamplerView()
Dtexture9.c112 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE) in NineTexture9_ctor()
Dnine_state.c715 if (rt0->desc.Format == D3DFMT_NULL && context->ds) { in update_framebuffer()
724 if (rt && rt->desc.Format != D3DFMT_NULL && (mask & (1 << i)) && in update_framebuffer()
2223 if (context->rt[i] && context->rt[i]->desc.Format != D3DFMT_NULL) in CSMT_ITEM_NO_WAIT()
2252 if (!rt || rt->desc.Format == D3DFMT_NULL || in CSMT_ITEM_NO_WAIT()
Ddevice9.c1601 user_assert(src->desc.Format != D3DFMT_NULL, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1856 user_assert(surf->desc.Format != D3DFMT_NULL, D3D_OK); in NineDevice9_ColorFill()
2890 if (rt && rt->desc.Format != D3DFMT_NULL && (ps_mask & (1 << i)) && in NineAfterDraw()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp29 constexpr D3DFORMAT D3DFMT_NULL = ((D3DFORMAT)(MAKEFOURCC('N', 'U', 'L', 'L'))); variable
105 …rtD3D9FormatInfo(&map, GL_NONE, D3DFMT_NULL, D3DFMT_NULL, … in BuildD3D9FormatMap()
/external/mesa3d/include/D3D9/
Dd3d9types.h662 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator