Home
last modified time | relevance | path

Searched refs:D3DPOOL_SYSTEMMEM (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c88 Pool = D3DPOOL_SYSTEMMEM; in NineBuffer9_ctor()
100 if (Pool == D3DPOOL_SYSTEMMEM) in NineBuffer9_ctor()
120 if (Pool == D3DPOOL_SYSTEMMEM && Usage & D3DUSAGE_DYNAMIC) in NineBuffer9_ctor()
573 if (This->base.pool == D3DPOOL_SYSTEMMEM && This->base.usage & D3DUSAGE_DYNAMIC) { in NineBuffer9_Upload()
Dtexture9.c74 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || in NineTexture9_ctor()
78 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), in NineTexture9_ctor()
Dcubetexture9.c65 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL); in NineCubeTexture9_ctor()
Dsurface9.c657 From->base.pool == D3DPOOL_SYSTEMMEM); in NineSurface9_CopyMemToDefault()
739 assert(This->base.pool == D3DPOOL_SYSTEMMEM && in NineSurface9_CopyDefaultToMem()
Dvolume9.c436 From->desc.Pool == D3DPOOL_SYSTEMMEM); in NineVolume9_CopyMemToDefault()
Ddevice9.c1418 user_assert(src->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
1504 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture()
1638 user_assert(dst->desc.Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1963 || Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_CreateOffscreenPlainSurface()
2666 tex->base.pool != D3DPOOL_SYSTEMMEM), D3DERR_INVALIDCALL); in NineDevice9_SetTexture()
2974 #define IS_SYSTEMMEM_DYNAMIC(t) ((t) && (t)->base.pool == D3DPOOL_SYSTEMMEM && (t)->base.usage & D3…
Dnine_dump.c32 case D3DPOOL_SYSTEMMEM: return "SYSTEMMEM"; in nine_D3DPOOL_to_str()
Dswapchain9.c1107 user_assert(dest_surface->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineSwapChain9_GetFrontBufferData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp34 mD3DPool = D3DPOOL_SYSTEMMEM; in Image9()
265 const D3DPOOL poolToUse = D3DPOOL_SYSTEMMEM; in createSurface()
454 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToSurface()
577 description.Format, D3DPOOL_SYSTEMMEM, in copyFromRTInternal()
DFramebuffer9.cpp126 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl()
138 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
DRenderer9.cpp2808 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToRenderTarget()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp34 mD3DPool = D3DPOOL_SYSTEMMEM; in Image9()
263 const D3DPOOL poolToUse = D3DPOOL_SYSTEMMEM; in createSurface()
452 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToSurface()
575 description.Format, D3DPOOL_SYSTEMMEM, in copyFromRTInternal()
DFramebuffer9.cpp125 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl()
137 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
DRenderer9.cpp2767 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToRenderTarget()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdx9screencapsrc.c419 D3DPOOL_SYSTEMMEM, &src->surface, NULL)); in gst_dx9screencapsrc_start()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c846 D3DPOOL_SYSTEMMEM, &texture->staging, NULL); in D3D_CreateStagingTexture()
1856 …eenPlainSurface(data->device, desc.Width, desc.Height, desc.Format, D3DPOOL_SYSTEMMEM, &surface, N… in D3D_RenderReadPixels()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h712 D3DPOOL_SYSTEMMEM = 2, enumerator