Searched refs:D3DPOOL_SYSTEMMEM (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | buffer9.c | 88 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()
|
D | texture9.c | 74 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || in NineTexture9_ctor() 78 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), in NineTexture9_ctor()
|
D | cubetexture9.c | 65 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL); in NineCubeTexture9_ctor()
|
D | surface9.c | 657 From->base.pool == D3DPOOL_SYSTEMMEM); in NineSurface9_CopyMemToDefault() 739 assert(This->base.pool == D3DPOOL_SYSTEMMEM && in NineSurface9_CopyDefaultToMem()
|
D | volume9.c | 436 From->desc.Pool == D3DPOOL_SYSTEMMEM); in NineVolume9_CopyMemToDefault()
|
D | device9.c | 1418 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…
|
D | nine_dump.c | 32 case D3DPOOL_SYSTEMMEM: return "SYSTEMMEM"; in nine_D3DPOOL_to_str()
|
D | swapchain9.c | 1107 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/ |
D | Image9.cpp | 34 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()
|
D | Framebuffer9.cpp | 126 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl() 138 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
|
D | Renderer9.cpp | 2808 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToRenderTarget()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 34 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()
|
D | Framebuffer9.cpp | 125 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl() 137 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
|
D | Renderer9.cpp | 2767 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToRenderTarget()
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdx9screencapsrc.c | 419 D3DPOOL_SYSTEMMEM, &src->surface, NULL)); in gst_dx9screencapsrc_start()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 846 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/ |
D | d3d9types.h | 712 D3DPOOL_SYSTEMMEM = 2, enumerator
|